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 b621b01 commit 3d53b64Copy full SHA for 3d53b64
1 file changed
.pre-commit-config.yaml
@@ -6,17 +6,17 @@ repos:
6
hooks:
7
- id: check-merge-conflict
8
- id: debug-statements
9
- stages: [commit]
+ stages: [pre-commit]
10
- id: end-of-file-fixer
11
12
- repo: https://github.com/pycqa/isort
13
rev: 5.13.2
14
15
- id: isort
16
17
- repo: https://github.com/psf/black
18
rev: 23.12.1
19
20
- id: black
21
language_version: python3
22
0 commit comments