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.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
- [github.com/mgedmin/check-manifest: 0.48 → 0.50](mgedmin/check-manifest@0.48...0.50)
- [github.com/PyCQA/flake8: 5.0.3 → 7.1.1](PyCQA/flake8@5.0.3...7.1.1)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 15, 2024
1 parent db10732 commit b223d8e
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,22 +1,22 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/mgedmin/check-manifest
rev: "0.48"
rev: "0.50"
hooks:
- id: check-manifest
args: [--no-build-isolation]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.3
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: rst-backticks

0 comments on commit b223d8e

Please sign in to comment.