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.8.0 → 5.13.2](PyCQA/isort@5.8.0...5.13.2)
- [github.com/psf/black: 21.4b0 → 24.4.2](psf/black@21.4b0...24.4.2)
- [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v4.6.0)
- [github.com/pycqa/flake8.git: 3.9.1 → 7.1.0](https://github.com/pycqa/flake8.git/compare/3.9.1...7.1.0)
- [github.com/adrienverge/yamllint.git: v1.26.1 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.35.1)
- [github.com/pre-commit/mirrors-mypy: v0.812 → v1.10.0](pre-commit/mirrors-mypy@v0.812...v1.10.0)
- [github.com/pycqa/pylint: v2.8.2 → v3.2.3](pylint-dev/pylint@v2.8.2...v3.2.3)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent 344d0f2 commit b055bbe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 24.4.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -19,18 +19,18 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.1
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.1
rev: v1.35.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v1.10.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -41,7 +41,7 @@ repos:
- rich
- tox
- repo: https://github.com/pycqa/pylint
rev: v2.8.2
rev: v3.2.3
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit b055bbe

Please sign in to comment.