Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed May 29, 2021
1 parent 287332c commit ecbf28a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
repos:
- repo: https://github.com/psf/black
rev: master
rev: 21.5b1
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/timothycrosley/isort
rev: master
rev: 5.8.0
hooks:
- id: isort
- repo: https://github.com/life4/flakehell
rev: master
hooks:
- id: flakehell
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: master
rev: v4.0.1
hooks:
- id: check-json
- id: check-toml
- id: check-yaml
- repo: https://github.com/codespell-project/codespell
rev: master
rev: v2.0.0
hooks:
- id: codespell
# Should be with the "--skip" option but this seems to be broken
Expand All @@ -29,12 +25,12 @@ repos:
.*\.cast
)$
- repo: https://github.com/pappasam/toml-sort
rev: master
rev: v0.19.0
hooks:
- id: toml-sort
args: ["--in-place"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: master
rev: v0.812
hooks:
- id: mypy
exclude: docs/

0 comments on commit ecbf28a

Please sign in to comment.