diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c93726ef..bd906a6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,15 +37,10 @@ repos: - flake8-comprehensions - flake8-assertive - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.13.0 hooks: - id: blacken-docs - additional_dependencies: [black==22.6.0] - - repo: https://github.com/pre-commit/mirrors-prettier - # prettier config is in '.prettierrc.toml' and '.prettierignore' - rev: v3.0.0-alpha.4 - hooks: - - id: prettier + additional_dependencies: [black==22.12.0] - repo: https://github.com/rtts/djhtml rev: v1.5.2 hooks: diff --git a/setup.cfg b/setup.cfg index e9aadbb5..45780d8f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,7 @@ channels = [flake8] select = C,E,F,W,B,I ignore = E203,E501,W503 +extend-ignore = B028 exclude=migrations,dist,build,venv,node_modules,.tox,venv,.venv,.git max-line-length=88