Skip to content

Commit

Permalink
Enable black check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 26, 2024
1 parent 47bdcb1 commit 7b255dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: |
# We ensure that WPS does not report
# any issues after `black` is applied.
black .
flake8 .
poetry run black .
poetry run flake8 .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion wemake_python_styleguide/options/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class Configuration:
),
_Option(
'--i-dont-control-code',
defaults.I_CONTROL_CODE,
not defaults.I_CONTROL_CODE,
'Whether you control ones who use your code.',
action='store_false',
type=None,
Expand Down

0 comments on commit 7b255dc

Please sign in to comment.