Skip to content

Commit

Permalink
Run pre-commit faster without an extra steps
Browse files Browse the repository at this point in the history
  • Loading branch information
spyker77 committed May 6, 2023
1 parent d0974e8 commit 28b7b9a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,3 @@ repos:
hooks:
- id: black
name: format code with black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
name: sort imports with isort
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
name: check style consistency with flake8

0 comments on commit 28b7b9a

Please sign in to comment.