diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41c3251..b11e5cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^(tests/data/) repos: - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black args: [-S, --line-length=79, --safe, --quiet] @@ -21,7 +21,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/hhatto/autopep8 - rev: v2.0.4 + rev: v2.1.0 hooks: - id: autopep8 - repo: https://github.com/asottile/reorder-python-imports @@ -30,7 +30,7 @@ repos: - id: reorder-python-imports args: [--py37-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py37-plus]