Skip to content

Commit

Permalink
Update flake8-bugbear and black in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen authored and lafrech committed Jan 18, 2023
1 parent 230ae6f commit 10d4a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear==22.7.1']
additional_dependencies: ['flake8-bugbear==23.1.17']
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.1.0]
additional_dependencies: [black==22.12.0]
args: ["--target-version", "py37"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
Expand Down

0 comments on commit 10d4a28

Please sign in to comment.