Skip to content

Commit d56e52d

Browse files
authored
Merge pull request #203 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents dd62e5a + afc296f commit d56e52d

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
@@ -13,15 +13,15 @@ exclude: 'versioneer\.py|_version\.py'
1313
repos:
1414
# Autoformat: Python code, syntax patterns are modernized
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.3.1
16+
rev: v3.3.2
1717
hooks:
1818
- id: pyupgrade
1919
args:
2020
- --py38-plus
2121

2222
# Autoformat: Python code
2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.0.2
24+
rev: v2.1.1
2525
hooks:
2626
- id: autoflake
2727
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -42,7 +42,7 @@ repos:
4242

4343
# Autoformat: markdown, yaml
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.0.0-alpha.6
45+
rev: v3.0.0-alpha.9-for-vscode
4646
hooks:
4747
- id: prettier
4848

0 commit comments

Comments
 (0)