Skip to content

Commit

Permalink
Merge pull request #2697 from bagerard/Fix_issue_flake8_importlib
Browse files Browse the repository at this point in the history
Fix issue with flake8 and importlib_metadata 5.0
  • Loading branch information
bagerard committed Oct 23, 2022
2 parents a5f1508 + 83146ec commit 4567887
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/ambv/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
- importlib_metadata<5
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.1.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 4567887

Please sign in to comment.