diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2853b16..e752d9a 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.6.0 hooks: - id: black-jupyter @@ -35,7 +35,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.1 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -46,7 +46,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.0.3 hooks: - id: pycln args: [--config=pyproject.toml]