We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b9d7 commit 315dc09Copy full SHA for 315dc09
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
# Hooks that are run everywhere
3
- repo: https://github.com/pre-commit/mirrors-prettier
4
- rev: v4.0.0-alpha.5 # Only update together with the pre-commit yaml in the tempalate!
+ rev: v4.0.0-alpha.7 # Only update together with the pre-commit yaml in the tempalate!
5
hooks:
6
- id: prettier
7
# Hooks that are run for scripts
8
- repo: https://github.com/psf/black
9
- rev: "23.11.0"
+ rev: "23.12.0"
10
11
- id: black
12
files: ^scripts/
0 commit comments