diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d61e4e..5c6b8e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,13 +6,13 @@ ci: repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black name: Running black in all files. - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.1 hooks: - id: isort args: ["--profile", "black", "--extend-skip", "table2ascii"]