Skip to content

Commit 76063f4

Browse files
committed
# Conflicts: # pyproject.toml
2 parents c270db7 + d3e83be commit 76063f4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,9 @@ type = [
9797
[project.scripts]
9898
recapture-docs = "recapturedocs.server:handle_command_line"
9999

100+
100101
[tool.setuptools_scm]
102+
103+
104+
[tool.pytest-enabler.mypy]
105+
# Disabled due to jaraco/skeleton#143

0 commit comments

Comments
 (0)