Skip to content

Commit c0a9b75

Browse files
authored
chore: release of 0.5.2
Merge pull request #20 from Logic-py/develop
2 parents a6d1f39 + 2261e59 commit c0a9b75

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)