diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2853b16..bff230e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black-jupyter @@ -35,24 +35,24 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.2.0 hooks: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.1 + rev: v2.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.1.1 hooks: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa exclude: docs/conf.py @@ -61,7 +61,7 @@ repos: - flake8-print - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 exclude: docs/conf.py