Skip to content

Commit d216355

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
1 parent eb4a58f commit d216355

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ repos:
5050
files: dictionary.*\.txt$|\.wordlist$
5151
args: [--ignore-case]
5252
- repo: https://github.com/adrienverge/yamllint.git
53-
rev: v1.32.0
53+
rev: v1.33.0
5454
hooks:
5555
- id: yamllint
5656
args:
5757
- --no-warnings
5858
- -d
5959
- '{extends: relaxed, rules: {line-length: {max: 90}}}'
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.1.4
61+
rev: v0.1.5
6262
hooks:
6363
- id: ruff
6464
- repo: https://github.com/PyCQA/autoflake
6565
rev: v2.2.1
6666
hooks:
6767
- id: autoflake
6868
- repo: https://github.com/psf/black
69-
rev: 23.10.1
69+
rev: 23.11.0
7070
hooks:
7171
- id: black
7272
- repo: https://github.com/codespell-project/codespell
@@ -81,7 +81,7 @@ repos:
8181
hooks:
8282
- id: validate-pyproject
8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: v1.6.1
84+
rev: v1.7.0
8585
hooks:
8686
- id: mypy
8787
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)