Skip to content

Commit

Permalink
👷 Use ruff to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Jun 25, 2024
1 parent a53cf09 commit 55107c9
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/psf/black
rev: 23.3.0
- id: ruff
- id: ruff-format
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==23.1.14]
- id: check-github-workflows

0 comments on commit 55107c9

Please sign in to comment.