Skip to content

Commit eeba6ae

Browse files
[pre-commit.ci] pre-commit autoupdate (#1607)
* pre-commit bump * remove trailing .git so auto-generated version diff urls work fine --------- Co-authored-by: adehad <[email protected]>
1 parent 0a0ec62 commit eeba6ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ repos:
1919
- id: debug-statements
2020
- id: check-yaml
2121
files: .*\.(yaml|yml)$
22-
- repo: https://github.com/codespell-project/codespell.git
23-
rev: v2.2.2
22+
- repo: https://github.com/codespell-project/codespell
23+
rev: v2.2.4
2424
hooks:
2525
- id: codespell
2626
name: codespell
@@ -32,17 +32,17 @@ repos:
3232
require_serial: false
3333
additional_dependencies: []
3434
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: "v0.0.246"
35+
rev: "v0.0.254"
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
39-
- repo: https://github.com/adrienverge/yamllint.git
39+
- repo: https://github.com/adrienverge/yamllint
4040
rev: v1.29.0
4141
hooks:
4242
- id: yamllint
4343
files: \.(yaml|yml)$
44-
- repo: https://github.com/pre-commit/mirrors-mypy.git
45-
rev: v1.0.0
44+
- repo: https://github.com/pre-commit/mirrors-mypy
45+
rev: v1.1.1
4646
hooks:
4747
- id: mypy
4848
additional_dependencies:

0 commit comments

Comments
 (0)