We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53cf09 commit 55107c9Copy full SHA for 55107c9
‎.pre-commit-config.yaml‎
@@ -1,16 +1,10 @@
1
repos:
2
-- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.3.1
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.4.2
4
hooks:
5
- - id: pyupgrade
6
- args: [--py310-plus]
7
-- repo: https://github.com/psf/black
8
- rev: 23.3.0
+ - id: ruff
+ - id: ruff-format
+- repo: https://github.com/python-jsonschema/check-jsonschema
+ rev: 0.28.2
9
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]
+ - id: check-github-workflows
0 commit comments