Skip to content
Snippets Groups Projects
Commit 67d1e0e8 authored by David Hendriks's avatar David Hendriks
Browse files

updated precommit

parent 1eec235f
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ repos: ...@@ -9,6 +9,7 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.10.0 rev: 22.10.0
hooks: hooks:
...@@ -27,6 +28,13 @@ repos: ...@@ -27,6 +28,13 @@ repos:
# - id: isort # - id: isort
# files: "\\.(py)$" # files: "\\.(py)$"
# args: [--settings-path=pyproject.toml] # args: [--settings-path=pyproject.toml]
- repo: https://github.com/pycqa/isort
rev: 5.5.4
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/hadialqattan/pycln - repo: https://github.com/hadialqattan/pycln
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment