Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/psf/black: 22.6.0 → 23.1.0](psf/black@22.6.0...23.1.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.0.1](pre-commit/mirrors-mypy@v0.961...v1.0.1)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2023
1 parent 4b14e7c commit a3a521c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
Expand All @@ -17,12 +17,12 @@ repos:
exclude: .patch

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -39,7 +39,7 @@ repos:
files: \.py$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.0.1
hooks:
- id: mypy
exclude: tests/data
Expand All @@ -56,7 +56,7 @@ repos:
]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-no-log-warn
- id: python-no-eval
Expand Down

0 comments on commit a3a521c

Please sign in to comment.