Skip to content

Commit

Permalink
Merge pull request #776 from harrystech/dependabot/pip/flake8-bugbear…
Browse files Browse the repository at this point in the history
…-22.9.11

Bump flake8-bugbear from 22.8.23 to 22.9.11
  • Loading branch information
thomas-vogels authored Sep 12, 2022
2 parents 0a28bc9 + 7c42133 commit a158df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- "flake8-bugbear==22.8.23"
- "flake8-bugbear==22.9.11"
- "flake8-comprehensions==3.10.0"
- "flake8-docstrings==1.6.0"
- "flake8-fixme==1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements-linters.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE When changing versions here, be sure to keep .pre-commit-config.yaml consistent!
black==22.8.0
flake8==5.0.4
flake8-bugbear==22.8.23
flake8-bugbear==22.9.11
flake8-comprehensions==3.10.0
flake8-docstrings==1.6.0
flake8-fixme==1.1.1
Expand Down

0 comments on commit a158df0

Please sign in to comment.