Skip to content

Commit 55107c9

Browse files
committed
👷 Use ruff to lint
1 parent a53cf09 commit 55107c9

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
repos:
2-
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.3.1
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.4.2
44
hooks:
5-
- id: pyupgrade
6-
args: [--py310-plus]
7-
- repo: https://github.com/psf/black
8-
rev: 23.3.0
5+
- id: ruff
6+
- id: ruff-format
7+
- repo: https://github.com/python-jsonschema/check-jsonschema
8+
rev: 0.28.2
99
hooks:
10-
- id: black
11-
language_version: python3
12-
- repo: https://github.com/pycqa/flake8
13-
rev: 6.0.0
14-
hooks:
15-
- id: flake8
16-
additional_dependencies: [flake8-bugbear==23.1.14]
10+
- id: check-github-workflows

0 commit comments

Comments
 (0)