Skip to content

Commit

Permalink
Update flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 25, 2024
1 parent bb8a278 commit 30a0e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Semantic versioning in our case means:
- Adds `ImportObjectCollisionViolation` to detect
the same objects imported under different aliases
- Adds `reveal_locals` to the list of forbidden functions
- Updates `flake8` to `7.x`

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ wemake = "wemake_python_styleguide.formatter:WemakeFormatter"
[tool.poetry.dependencies]
python = "^3.9"

flake8 = ">5"
flake8 = "^7.0"
attrs = "*"
setuptools = "*" # only needed for flake8-commas
typing_extensions = ">=4.0,<5.0"
Expand Down

0 comments on commit 30a0e79

Please sign in to comment.