Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
venthur committed Apr 30, 2024
1 parent 13be14a commit c847c15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ addopts = """
"""

[tool.ruff]
line-length = 79
target-version = "py38"

[tool.ruff.lint]
select = [
"F", # pyflakes
"E", "W", # pycodestyle
Expand All @@ -68,11 +72,7 @@ select = [
"D", # pydocstyle
"UP" # pyupgrade
]
line-length = 79
target-version = "py38"

[tool.ruff.pydocstyle]
convention = "numpy"
pydocstyle.convention = "numpy"

[tool.mypy]
files = "debianbts,tests"
Expand Down
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build==1.0.3
sphinx==6.0.0
pytest==7.4.2
pytest-cov==4.1.0
pytest-xdist==3.3.1
ruff==0.1.0
wheel==0.41.2
twine==4.0.2
mypy==1.6.1
build==1.2.1
sphinx==7.3.7
pytest==8.2.0
pytest-cov==5.0.0
pytest-xdist==3.6.1
ruff==0.4.2
wheel==0.43.0
twine==5.0.0
mypy==1.10.0

0 comments on commit c847c15

Please sign in to comment.