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: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/pycqa/flake8.git: 7.1.0 → 7.1.1](https:/pycqa/flake8.git/compare/7.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
- [github.com/PyCQA/pylint: v3.2.3 → v3.3.1](pylint-dev/pylint@v3.2.3...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent ae1ccb7 commit e52224a
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 @@ -9,7 +9,7 @@ repos:
hooks:
- id: isort
- repo: https:/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
Expand All @@ -25,7 +25,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https:/pycqa/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -42,7 +42,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https:/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.2
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -53,7 +53,7 @@ repos:
- pytest>=6.1.2
- enrich>=1.2.5
- repo: https:/PyCQA/pylint
rev: v3.2.3
rev: v3.3.1
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit e52224a

Please sign in to comment.