Skip to content

Commit f8efb2a

Browse files
Merge pull request #1207 from asdf-format/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents faaf8be + c871a5b commit f8efb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ repos:
2828
- id: text-unicode-replacement-char
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.38.2
31+
rev: v3.1.0
3232
hooks:
3333
- id: pyupgrade
3434
args: ["--py38-plus"]
3535
exclude: "asdf/extern/.*"
3636

3737
- repo: https://github.com/PyCQA/autoflake
38-
rev: v1.6.1
38+
rev: v1.7.3
3939
hooks:
4040
- id: autoflake
4141

@@ -45,7 +45,7 @@ repos:
4545
- id: isort
4646

4747
- repo: https://github.com/psf/black
48-
rev: 22.8.0
48+
rev: 22.10.0
4949
hooks:
5050
- id: black
5151

0 commit comments

Comments
 (0)