Skip to content

Commit

Permalink
chore(deps-dev): add pylint spelling extra
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed Jul 16, 2024
1 parent 64b5e84 commit fbb299e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ isort = "^5.12.0"
mypy = "^1.4.1"
pre-commit = "^3.3.3"
pydantic = "^2.0.2"
pylint = "^3.0.2"
pylint = { version = "^3.0.2", extras = ["spelling"] }
pytest-cov = ">=4.1,<6.0"
pytest-env = "^1.0.1"
pytest-testdox = "^3.1.0"
Expand Down

0 comments on commit fbb299e

Please sign in to comment.