Skip to content

Commit 41682e4

Browse files
authored
Merge pull request #51 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3b31706 + bbb7d91 commit 41682e4

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
#
1111
repos:
1212
# Autoformat: Python code
13-
- repo: https://github.com/ambv/black
14-
rev: 20.8b1
13+
- repo: https://github.com/psf/black
14+
rev: 22.12.0
1515
hooks:
1616
- id: black
1717
args: [--target-version=py36]
1818

1919
# Autoformat: markdown, yaml
2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v2.2.1
21+
rev: v3.0.0-alpha.4
2222
hooks:
2323
- id: prettier
2424
exclude: COPYING.md
2525

2626
# Lint: Python code
27-
- repo: https://gitlab.com/pycqa/flake8
28-
rev: "3.8.4"
27+
- repo: https://github.com/PyCQA/flake8
28+
rev: "6.0.0"
2929
hooks:
3030
- id: flake8
3131

3232
# Misc...
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v3.4.0
34+
rev: v4.4.0
3535
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
3636
hooks:
3737
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -46,3 +46,7 @@ repos:
4646

4747
# Lint: Checks that non-binary executables have a proper shebang.
4848
- id: check-executables-have-shebangs
49+
50+
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
51+
ci:
52+
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)