Skip to content

Commit 2e8c2a2

Browse files
committed
# Conflicts: # pyproject.toml
2 parents 7f0e0c9 + d3e83be commit 2e8c2a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ type = [
7474
]
7575

7676

77-
7877
[tool.setuptools_scm]
7978

79+
8080
[tool.pytest-enabler.mypy]
81-
# disabled
81+
# Disabled due to jaraco/skeleton#143
82+
# Disabled as distutils isn't ready yet

0 commit comments

Comments
 (0)