Skip to content

Commit c27d1f3

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [github.com/aio-libs/sort-all: v1.2.0 → v1.3.0](aio-libs/sort-all@v1.2.0...v1.3.0)
1 parent 9cdb891 commit c27d1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# Don't commit to master branch.
2222
- id: no-commit-to-branch
2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: '24.8.0'
24+
rev: '24.10.0'
2525
hooks:
2626
- id: black
2727
types: [file, python]
@@ -45,7 +45,7 @@ repos:
4545
args: [--filter-files]
4646

4747
- repo: https://github.com/aio-libs/sort-all
48-
rev: "v1.2.0"
48+
rev: "v1.3.0"
4949
hooks:
5050
- id: sort-all
5151
types: [file, python]

0 commit comments

Comments
 (0)