Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.12.1](psf/black@23.1.0...23.12.1)
- [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.8.0](pre-commit/mirrors-mypy@v1.0.1...v1.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent 227954f commit c463a1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.12.1
hooks:
- id: black
# override until resolved: https://github.com/ambv/black/issues/402
Expand All @@ -11,7 +11,7 @@ repos:
exclude: ^testsuite/.*/

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
exclude: ^testsuite/.*/
Expand All @@ -26,22 +26,22 @@ repos:
- flake8-raise

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
exclude: ^testsuite/.*/
additional_dependencies: [toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
- types-six
exclude: ^testsuite/.*/

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: ^testsuite/.*/
Expand Down

0 comments on commit c463a1c

Please sign in to comment.