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 db4f455 commit edabb8bCopy full SHA for edabb8b
.pre-commit-config.yaml
@@ -11,20 +11,20 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.4.0
+ rev: v4.6.0
15
hooks:
16
- id: trailing-whitespace
17
- id: end-of-file-fixer
18
- id: check-added-large-files
19
20
- repo: https://github.com/psf/black
21
- rev: 23.3.0
+ rev: 24.4.2
22
23
- id: black
24
name: "Black: The uncompromising Python code formatter"
25
26
- repo: https://github.com/PyCQA/isort
27
- rev: 5.12.0
+ rev: 5.13.2
28
29
- id: isort
30
name: "Sort Imports"
0 commit comments