Skip to content

Commit 81fea1c

Browse files
committed
prek: run autopep8 isolated from locally user configure files
Signed-off-by: Sebastien Marie <semarie@kapouay.eu.org>
1 parent 37426ad commit 81fea1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
name: "autopep8"
1212
language: "system"
1313
require_serial: true
14-
entry: "uv run autopep8 -i"
14+
entry: "uv run autopep8 --global-config /dev/null -i"
1515
types: ["python"]
1616
- id: "flake8"
1717
name: "flake8"

0 commit comments

Comments
 (0)