Skip to content

Commit

Permalink
Assorted repo-review suggestions (#1497)
Browse files Browse the repository at this point in the history
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
  • Loading branch information
DimitriPapadopoulos and uranusjr authored Aug 6, 2024
1 parent 2737417 commit 4fbbe9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: v0.5.6
hooks:
- id: ruff
args: [ "--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
args: [ "--fix", "--unsafe-fixes", "--show-fixes", "--exit-non-zero-on-fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,13 @@ check-hidden = true
ignore-regex = '\b(UE|path/doesnt/exist)\b'

[tool.pytest.ini_options]
minversion = "8"
log_cli_level = "INFO"
markers = [
"all_packages: test install with maximum number of packages",
]
testpaths = [ "tests" ]
addopts = [ "-ra", "--strict-config", "--strict-markers" ]

[tool.towncrier]
directory = "changelog.d"
Expand Down

0 comments on commit 4fbbe9c

Please sign in to comment.