Skip to content

Commit

Permalink
Merge pull request #367 from jstockwin/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jstockwin committed Aug 7, 2023
2 parents b45fb53 + 342475d commit 32aa7f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -19,20 +19,20 @@ repos:
- id: isort
args: [--profile, black]
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/mattseymour/pre-commit-pytype
rev: '2022.4.26'
rev: '2023.5.8'
hooks:
- id: pytype
args: ['--disable=pyi-error,import-error', '--exclude=tests']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.0.0'
rev: 'v1.4.1'
hooks:
- id: mypy
additional_dependencies: [types-mock]

0 comments on commit 32aa7f3

Please sign in to comment.