We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8af0de commit e180fe8Copy full SHA for e180fe8
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.3.0
+ rev: v4.4.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
16
- id: check-toml
17
- id: check-added-large-files
18
- repo: https://github.com/psf/black
19
- rev: 22.10.0
+ rev: 23.1.0
20
21
- id: black
22
- repo: https://github.com/pycqa/flake8
0 commit comments