Skip to content

Commit bdd6956

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.291...v0.1.4) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1) - [github.com/pycqa/pylint: v3.0.0b0 → v3.0.1](pylint-dev/pylint@v3.0.0b0...v3.0.1)
1 parent 17be077 commit bdd6956

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
@@ -21,7 +21,7 @@ exclude: |
2121
)$
2222
repos:
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.0.291"
24+
rev: "v0.1.4"
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
3535
- prettier-plugin-toml
3636
- prettier-plugin-sort-json
3737
- repo: https://github.com/pre-commit/pre-commit-hooks.git
38-
rev: v4.4.0
38+
rev: v4.5.0
3939
hooks:
4040
- id: end-of-file-fixer
4141
- id: trailing-whitespace
@@ -51,7 +51,7 @@ repos:
5151
- id: debug-statements
5252
language_version: python3
5353
- repo: https://github.com/codespell-project/codespell
54-
rev: v2.2.5
54+
rev: v2.2.6
5555
hooks:
5656
- id: codespell
5757
- repo: https://github.com/adrienverge/yamllint.git
@@ -62,12 +62,12 @@ repos:
6262
types: [file, yaml]
6363
entry: yamllint --strict
6464
- repo: https://github.com/psf/black
65-
rev: 23.9.1
65+
rev: 23.10.1
6666
hooks:
6767
- id: black
6868
language_version: python3
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.5.1
70+
rev: v1.6.1
7171
hooks:
7272
- id: mypy
7373
# empty args needed in order to match mypy cli behavior
@@ -84,7 +84,7 @@ repos:
8484
- types-pkg_resources
8585
- types-jsonschema>=4.4.9
8686
- repo: https://github.com/pycqa/pylint
87-
rev: v3.0.0b0
87+
rev: v3.0.1
8888
hooks:
8989
- id: pylint
9090
additional_dependencies:

0 commit comments

Comments
 (0)