Skip to content

Commit 3e473d8

Browse files
committed
2 parents 6a0b3af + d3e83be commit 3e473d8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ repos:
33
rev: v0.5.6
44
hooks:
55
- id: ruff
6+
args: [--fix, --unsafe-fixes]
67
- id: ruff-format

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ type = [
7373
]
7474

7575

76-
7776
[tool.setuptools_scm]
77+
78+
79+
[tool.pytest-enabler.mypy]
80+
# Disabled due to jaraco/skeleton#143

0 commit comments

Comments
 (0)