Skip to content

Commit 0bdbad9

Browse files
[pre-commit.ci] pre-commit autoupdate
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.4.1](codespell-project/codespell@v2.2.5...v2.4.1) - [github.com/fsfe/reuse-tool: v2.0.0 → v5.0.2](fsfe/reuse-tool@v2.0.0...v5.0.2) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.8.3](PyCQA/bandit@1.7.5...1.8.3) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.2](PyCQA/flake8@6.0.0...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.15.0](pre-commit/mirrors-mypy@v1.4.1...v1.15.0) - [github.com/nix-community/nixpkgs-fmt: v1.2.0 → v1.3.0](nix-community/nixpkgs-fmt@v1.2.0...v1.3.0)
1 parent 8b37dc7 commit 0bdbad9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: fix-byte-order-marker # Prevents weird UTF-8 encoding edge cases
66
- id: check-case-conflict # Check if case-insensitive filesystems would bork
@@ -14,27 +14,27 @@ repos:
1414
- id: mixed-line-ending # Consistent LF or CRLF
1515
- id: trailing-whitespace # No trailing whitespace
1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.2.5
17+
rev: v2.4.1
1818
hooks:
1919
- id: codespell
2020
- repo: https://github.com/fsfe/reuse-tool
21-
rev: v2.0.0
21+
rev: v5.0.2
2222
hooks:
2323
- id: reuse
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.12.0
25+
rev: 6.0.0
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/PyCQA/bandit
29-
rev: 1.7.5
29+
rev: 1.8.3
3030
hooks:
3131
- id: bandit
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 6.0.0
33+
rev: 7.1.2
3434
hooks:
3535
- id: flake8
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.4.1
37+
rev: v1.15.0
3838
hooks:
3939
- id: mypy
4040
- repo: https://github.com/doublify/pre-commit-rust
@@ -44,7 +44,7 @@ repos:
4444
- id: cargo-check
4545
- id: clippy
4646
- repo: https://github.com/nix-community/nixpkgs-fmt
47-
rev: v1.2.0
47+
rev: v1.3.0
4848
hooks:
4949
- id: nixpkgs-fmt
5050
- repo: local

0 commit comments

Comments
 (0)