Skip to content

Commit

Permalink
Pre-commit edits
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviernogueira committed May 11, 2023
1 parent 514e6d5 commit 1ede576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- python-lsp-server # LSP extension for Python (pylsp), including:
- pylsp-mypy # MyPy type checking for Python >=3.7.
- pydantic

# Dev tools: For testing and pre-commit hooks
- pytest
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- python-lsp-server # LSP extension for Python (pylsp), including:
- pylsp-mypy # MyPy type checking for Python >=3.7.
- pydantic

# Package management
- conda
- conda-build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ include = ["catalog_to_xpublish*"]

[tool.setuptools.dynamic]
version = {attr = "catalog_to_xpublish.__version__"}
readme = {file = "README.md"}
readme = {file = "README.md"}

0 comments on commit 1ede576

Please sign in to comment.