diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 860a326..620072d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Don't commit to master branch. - id: no-commit-to-branch - repo: https://github.com/psf/black-pre-commit-mirror - rev: '24.8.0' + rev: '24.10.0' hooks: - id: black types: [file, python] @@ -45,7 +45,7 @@ repos: args: [--filter-files] - repo: https://github.com/aio-libs/sort-all - rev: "v1.2.0" + rev: "v1.3.0" hooks: - id: sort-all types: [file, python]