We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e662eb5 commit 02e0807Copy full SHA for 02e0807
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
- run:
27
command: |
28
. python-venv/bin/activate
29
- flake8 sebs --config=.flake8.cfg --black-config=.black.toml --tee --output-file flake-reports
+ flake8 sebs --config=.flake8.cfg --tee --output-file flake-reports
30
name: Python code lint with flake8
31
32
0 commit comments