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/pre-commit/pre-commit-hooks: v3.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v3.3.0...v4.6.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.6.4 → 5.13.2](PyCQA/isort@5.6.4...5.13.2)
- [github.com/psf/black: 20.8b1 → 24.4.2](psf/black@20.8b1...24.4.2)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 7.1.0](PyCQA/flake8@3.8.4...7.1.0)
- [github.com/econchick/interrogate: 1.3.2 → 1.7.0](econchick/interrogate@1.3.2...1.7.0)
- [github.com/asottile/pyupgrade: v2.7.4 → v3.16.0](asottile/pyupgrade@v2.7.4...v3.16.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent 5f825c0 commit a9df373
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exclude: "(.idea|node_modules|.tox)"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -16,16 +16,16 @@ repos:
- id: fix-encoding-pragma
args:
- --remove
- repo: https://github.com/timothycrosley/isort
rev: "5.6.4"
- repo: https://github.com/PyCQA/isort
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 24.4.2
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -40,14 +40,14 @@ repos:
- flake8-tidy-imports
- pep8-naming
- repo: https://github.com/econchick/interrogate
rev: 1.3.2
rev: 1.7.0
hooks:
- id: interrogate
args:
- "-cpyproject.toml"
- "--quiet"
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit a9df373

Please sign in to comment.