File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,24 +12,24 @@ repos:
1212 - id : ruff-format
1313 name : Formatting
1414 entry : poetry run ruff format
15- language : system
16- types : [ python ]
17- args : [ "--config", "pyproject.toml" ]
15+ language : python
16+ types_or : [ python, pyi, jupyter ]
17+ args : [ "--config", "pyproject.toml", "src/" ]
1818 pass_filenames : true
1919
2020 - id : ruff-lint
2121 name : Linting
2222 entry : poetry run ruff check
23- language : system
24- types : [ python ]
25- args : [ "--config", "pyproject.toml" ]
23+ language : python
24+ types_or : [ python, pyi, jupyter ]
25+ args : [ "--config", "pyproject.toml", "src/" ]
2626 pass_filenames : true
2727 exclude : tests
2828
2929 - id : mypy-type-check
3030 name : Type Checking
3131 entry : poetry run mypy
32- language : system
33- types : [ python ]
34- args : [ "--config", "pyproject.toml" ]
32+ language : python
33+ types_or : [ python, pyi, jupyter ]
34+ args : [ "--config", "pyproject.toml", "src/" ]
3535 pass_filenames : true
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-template"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " Used to templatize python projects."
55authors = [" Loïc Motheu <lmotheu@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments