Skip to content

Commit

Permalink
ruff replaces black and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jul 16, 2024
1 parent b6e8006 commit 8b3a2a8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,6 @@ repos:
hooks:
- id: add-trailing-comma

- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings==1.7.0
args:
- --max-line-length=88
- --extend-ignore=E203

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.2
hooks:
Expand Down

0 comments on commit 8b3a2a8

Please sign in to comment.