Skip to content

Commit

Permalink
refactor: update pre-commit configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
philsv committed Nov 16, 2022
1 parent 3c94175 commit f49ef28
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-yaml
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-yaml

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

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort

0 comments on commit f49ef28

Please sign in to comment.