Skip to content

Commit 8f0f3b3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9)
1 parent d97a42d commit 8f0f3b3

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
@@ -31,7 +31,7 @@ repos:
3131
- id: check-symlinks
3232
- id: debug-statements
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: 'v3.21.1'
34+
rev: 'v3.21.2'
3535
hooks:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
@@ -41,7 +41,7 @@ repos:
4141
- id: flake8
4242
exclude: "^docs/"
4343
- repo: https://github.com/rhysd/actionlint
44-
rev: v1.7.8
44+
rev: v1.7.9
4545
hooks:
4646
- id: actionlint-docker
4747
args:

0 commit comments

Comments
 (0)