Skip to content

Commit

Permalink
Chore: Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
- isort and flake8 are gone
- ruff entered the stage
  • Loading branch information
amotl committed Jan 27, 2024
1 parent e46c0dd commit 0d638b9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ repos:
- id: check-case-conflict
- id: detect-private-key
- id: mixed-line-ending
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.285
hooks:
- id: isort
# Run the linter.
- id: ruff
- repo: https://github.com/python/black
rev: 21.9b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
hooks:
Expand Down

0 comments on commit 0d638b9

Please sign in to comment.