Skip to content

Commit

Permalink
ci: removed conftest.py from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Sep 11, 2024
1 parent 9ea4123 commit 4460d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bumped minimal DuckDB version to `1.1.0`
- Excluded `conftest.py` file from the final library build

## [0.9.3] - 2024-09-10

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ cli-dev = ["ipywidgets", "folium", "matplotlib>=3.2.0", "mapclassify"]
[tool.pdm.scripts]
post_install = "pre-commit install"

[tool.pdm.build]
excludes = ["quackosm/conftest.py"]

[tool.black]
line-length = 100
target-version = ["py39", "py310", "py311", "py312"]
Expand Down

0 comments on commit 4460d89

Please sign in to comment.