Skip to content

Commit

Permalink
Remove flake8 config from CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 6, 2025
1 parent f21063f commit 8703a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check compliance with Black
run: black -t py38 -t py39 -t py310 -t py311 -t py312 --line-length 88 --verbose etna config
- name: Check compliance with flake8
run: flake8 --config=/app/.flake8 .
run: flake8 .

test-python:
name: Test Python
Expand Down

0 comments on commit 8703a3f

Please sign in to comment.