Skip to content

Commit

Permalink
fix: update flake8 and black to avoid errors due to some internal lib…
Browse files Browse the repository at this point in the history
…rary changes (#396)

Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored Feb 12, 2024
1 parent 5fdc23f commit d16042f
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
@@ -1,12 +1,12 @@
exclude: "^references/*"
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.1.1
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 5.0.1
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [pep8-naming, flake8-bugbear]
Expand Down

0 comments on commit d16042f

Please sign in to comment.