diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93b838b..4025a3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.11.5 hooks: - id: isort - repo: https://github.com/python/black.git diff --git a/setup.cfg b/setup.cfg index 6f7dc56..5549d40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ skip_changelog = True # black compatible settings # https://black.readthedocs.io/en/stable/the_black_code_style.html max-line-length = 88 -extend-ignore = E203,E501,W503 +extend-ignore = E203,E501,W503,BLK100 show-source = True builtins = _