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/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.1.0 → 24.8.0](psf/black@23.1.0...24.8.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/PyCQA/pylint: v2.16.1 → v3.3.0](pylint-dev/pylint@v2.16.1...v3.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.11.2](pre-commit/mirrors-mypy@v0.991...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent 50f035a commit 62ef803
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 @@ -7,17 +7,17 @@
repos:

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

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

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8

Expand All @@ -27,12 +27,12 @@ repos:
- id: darglint

- repo: https://github.com/PyCQA/pylint
rev: v2.16.1
rev: v3.3.0
hooks:
- id: pylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [types-pkg_resources]

0 comments on commit 62ef803

Please sign in to comment.