Skip to content

Commit

Permalink
fix: importlib_metadata.entry_points attribute error by updating flak…
Browse files Browse the repository at this point in the history
…e8 (#1186)

Co-authored-by: Carter Tinney <[email protected]>
  • Loading branch information
IniterWorker and cartertinney authored Jul 17, 2024
1 parent def32f3 commit e75d1c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.9.1 # Use the ref you want to point at
rev: 7.0.0 # Use the ref you want to point at
hooks:
- id: flake8
args: ['--config=.flake8']
args: ['--config=.flake8']
additional_dependencies: ['importlib_metadata==4.3']

0 comments on commit e75d1c2

Please sign in to comment.