Skip to content

Commit 02e0807

Browse files
committed
[system] Remove flake8-black's input from CI
1 parent e662eb5 commit 02e0807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run:
2727
command: |
2828
. python-venv/bin/activate
29-
flake8 sebs --config=.flake8.cfg --black-config=.black.toml --tee --output-file flake-reports
29+
flake8 sebs --config=.flake8.cfg --tee --output-file flake-reports
3030
name: Python code lint with flake8
3131
- run:
3232
command: |

0 commit comments

Comments
 (0)