Skip to content

Commit

Permalink
Pin versions of flake8 dependencies (avoid unexpected CI fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Jan 20, 2023
1 parent a6fc520 commit 09461e4
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 @@ -27,5 +27,5 @@ repos:
- id: flake8
args: [--exclude, tests/exceptions/source]
additional_dependencies:
- flake8-bugbear
- pep8-naming
- flake8-bugbear==23.1.17
- pep8-naming==0.13.3

0 comments on commit 09461e4

Please sign in to comment.