Skip to content

Commit f9a91a1

Browse files
committed
2 parents a55f01c + d3e83be commit f9a91a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.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
@@ -76,5 +76,8 @@ type = [
7676
]
7777

7878

79-
8079
[tool.setuptools_scm]
80+
81+
82+
[tool.pytest-enabler.mypy]
83+
# Disabled due to jaraco/skeleton#143

0 commit comments

Comments
 (0)