Skip to content

Commit

Permalink
Remove isort from .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Dec 28, 2021
1 parent 0d700a9 commit 4557f6c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -21,29 +21,24 @@ repos:
- id: python-no-eval
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/pycqa/isort
rev: 5.8.0
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.12b0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/pycqa/pylint
rev: pylint-2.6.0
rev: v2.12.2
hooks:
- id: pylint
language: system
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
rev: 4.0.1
hooks:
- id: flake8
language: system
# - repo: https://github.com/python/mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.780
rev: v0.930
hooks:
- id: mypy
language: system
Expand Down

0 comments on commit 4557f6c

Please sign in to comment.