Skip to content

Commit

Permalink
Revert updates to flake8 and mypy
Browse files Browse the repository at this point in the history
Revert to versions that support Python 3.7.
  • Loading branch information
bmerry committed Sep 18, 2023
1 parent 2c8d6de commit 802dbce
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 @@ -21,11 +21,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.4.1'
hooks:
- id: mypy
# Passing filenames to mypy can do odd things. See
Expand Down

0 comments on commit 802dbce

Please sign in to comment.