Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black.git: 24.4.2 → 24.8.0](https://github.com/psf/black.git/compare/24.4.2...24.8.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/pycqa/pylint: v3.2.2 → v3.3.1](pylint-dev/pylint@v3.2.2...v3.3.1)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent a3a93a6 commit 2928f60
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 @@ -42,12 +42,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black.git
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -58,7 +58,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -69,11 +69,11 @@ repos:
- flake8-pytest-style>=1.5.0
language_version: python3
- repo: https://github.com/pycqa/pylint
rev: v3.2.2
rev: v3.3.1
hooks:
- id: pylint
- repo: https://github.com/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 Down

0 comments on commit 2928f60

Please sign in to comment.