Skip to content

Commit

Permalink
Bump mypy, flake8, and pre-commit-hooks in pre-commit (GH-2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Mar 14, 2022
1 parent 71e71e5 commit 9ce3c80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ repos:
files: '(CHANGES\.md|the_basics\.md)$'
additional_dependencies: *version_check_dependencies

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -41,7 +41,7 @@ repos:
- flake8-simplify

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.940
hooks:
- id: mypy
exclude: ^docs/conf.py
Expand All @@ -60,7 +60,7 @@ repos:
exclude: \.github/workflows/diff_shades\.yml

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit 9ce3c80

Please sign in to comment.