Skip to content

Commit 49aa569

Browse files
committed
Refactor: pre-commit order
1 parent b3ef665 commit 49aa569

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
repos:
2-
- repo: https://github.com/python-poetry/poetry
3-
rev: '1.7.0'
4-
hooks:
5-
- id: poetry-check
6-
- id: poetry-lock
7-
- id: poetry-export
8-
args: ["-f", "requirements.txt", "-o", "requirements.txt", "--with", "dev", "--without-hashes"]
9-
102
- repo: https://github.com/psf/black
113
rev: 24.2.0
124
hooks:
@@ -35,3 +27,11 @@ repos:
3527
types: [python]
3628
require_serial: true
3729
verbose: true
30+
31+
- repo: https://github.com/python-poetry/poetry
32+
rev: '1.7.0'
33+
hooks:
34+
- id: poetry-check
35+
- id: poetry-lock
36+
- id: poetry-export
37+
args: ["-f", "requirements.txt", "-o", "requirements.txt", "--with", "dev", "--without-hashes"]

0 commit comments

Comments
 (0)