Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 97a2349

Browse files
⬆️ auto update by pre-commit-ci
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.6...v0.2.0)
1 parent d20ca27 commit 97a2349

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
@@ -7,13 +7,13 @@ ci:
77

88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 23.11.0
10+
rev: 24.1.1
1111
hooks:
1212
- id: black
1313
exclude: ^hertavilla/ws/pb/
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.1.6
16+
rev: v0.2.0
1717
hooks:
1818
- id: ruff
1919
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)