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: v4.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.1.0...v5.0.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v1.6.0 → v2.3.1](hhatto/autopep8@v1.6.0...v2.3.1)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.7.0](asottile/setup-cfg-fmt@v1.20.0...v2.7.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.19.0](asottile/pyupgrade@v2.31.0...v3.19.0)
- [github.com/pycqa/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent f77db05 commit 8e78502
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
exclude: ^.*_data/.*$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.1.1
hooks:
- id: flake8

0 comments on commit 8e78502

Please sign in to comment.