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/asottile/pyupgrade: v3.15.2 → v3.19.0](asottile/pyupgrade@v3.15.2...v3.19.0)
- [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v5.0.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent 67d0c71 commit 868ce79
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
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.19.0
hooks:
- id: pyupgrade
args:
- "--py37-plus"
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -15,7 +15,7 @@ repos:
- id: isort
args: ["--filter-files"]
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: ^\.bumpversion\.cfg$
Expand All @@ -25,6 +25,6 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8

0 comments on commit 868ce79

Please sign in to comment.