Skip to content

Commit e3da31d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3) - [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1)
1 parent 2fd138a commit e3da31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ repos:
5858
- -d
5959
- '{extends: relaxed, rules: {line-length: {max: 90}}}'
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.1.1
61+
rev: v0.1.3
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.0
69+
rev: 23.10.1
7070
hooks:
7171
- id: black
7272
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)