diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b718519..dc1431c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,26 +1,26 @@ repos: - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v2.3.0 hooks: - id: autoflake args: ["--in-place", "--imports=fillname", "--ignore-init-module-imports", "--remove-unused-variables"] exclude: ^.github/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace exclude: ^.github/ - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 5.13.2 hooks: - id: isort exclude: ^.github/ - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.2.0 hooks: - id: black exclude: ^.github/ diff --git a/doc/conf.py b/doc/conf.py index b02d1ab..80d51a4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -94,7 +94,7 @@ """, "class": "", }, - ] + ], # Toc options }