Skip to content

Commit 7b0e4e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.1](astral-sh/ruff-pre-commit@v0.1.0...v0.1.1) - [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.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
1 parent 32eff37 commit 7b0e4e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.1.0"
11+
rev: "v0.1.1"
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.9.1
16+
rev: 23.10.1
1717
hooks:
1818
- id: black
1919
args: [--safe, --quiet]
@@ -26,7 +26,7 @@ repos:
2626
types: [python]
2727
args: ["-rn", "-sn", "--fail-on=I"]
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.6.0
29+
rev: v1.6.1
3030
hooks:
3131
- id: mypy
3232
name: mypy

0 commit comments

Comments
 (0)