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.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0)
- [github.com/fsfe/reuse-tool: v2.0.0 → v4.0.3](fsfe/reuse-tool@v2.0.0...v4.0.3)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.10](PyCQA/bandit@1.7.5...1.7.10)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.12.1](pre-commit/mirrors-mypy@v1.4.1...v1.12.1)
- [github.com/nix-community/nixpkgs-fmt: v1.2.0 → v1.3.0](nix-community/nixpkgs-fmt@v1.2.0...v1.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 8b37dc7 commit 0b8e53b
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: fix-byte-order-marker # Prevents weird UTF-8 encoding edge cases
- id: check-case-conflict # Check if case-insensitive filesystems would bork
Expand All @@ -14,27 +14,27 @@ repos:
- id: mixed-line-ending # Consistent LF or CRLF
- id: trailing-whitespace # No trailing whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/fsfe/reuse-tool
rev: v2.0.0
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.10
hooks:
- id: bandit
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.12.1
hooks:
- id: mypy
- repo: https://github.com/doublify/pre-commit-rust
Expand All @@ -44,7 +44,7 @@ repos:
- id: cargo-check
- id: clippy
- repo: https://github.com/nix-community/nixpkgs-fmt
rev: v1.2.0
rev: v1.3.0
hooks:
- id: nixpkgs-fmt
- repo: local
Expand Down

0 comments on commit 0b8e53b

Please sign in to comment.