diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fce71e0..eb18250 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,10 +30,11 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + - repo: https://github.com/psf/black + rev: 22.3.0 hooks: - - id: isort + - id: black + exclude: doc_generator/ - repo: https://github.com/PyCQA/flake8 rev: 7.0.0 @@ -41,6 +42,12 @@ repos: - id: flake8 args: [-j8, '--ignore=F401,W503,E203,E501,F821,E306,E722,N812'] + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 + hooks: + - id: isort + args: [--profile, black] + - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.2.3 hooks: diff --git a/docs/genindex.html b/docs/genindex.html index ecc5a80..06c161f 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -53,7 +53,6 @@
- |