Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ repos:
language: python
args:
- "--line-length=88"
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
# - repo: https://github.com/pycqa/isort
# rev: 5.10.1
# hooks:
# - id: isort
# name: isort (python)
# args: ["--profile", "black"]
- repo: https://github.com/python-poetry/poetry
rev: '1.3' # add version here
hooks:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" \
strenum==0.4.9 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:1b15ccff9eb0e22e77b8f874366ea752754280adc9144e6e388705d14cc350e7 \
--hash=sha256:c3df653030837b8077b2eb929738283481f01b07c7ef73ab4db368449830cc46
test
toolz==0.12.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:2059bd4148deb1884bb0eb770a3cde70e7f954cfbbdc2285f1f2de01fd21eb6f \
--hash=sha256:88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194
Expand Down