Skip to content

Commit 69d2989

Browse files
committed
chore: deps
1 parent 4377eaf commit 69d2989

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

poetry.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ devtools = "*"
104104

105105
Flask-DebugToolbar = ">=0.10"
106106

107-
ruff = "^0.0.138"
107+
ruff = "*"
108108

109109
# For running tests (pytest and friends)
110110
pytest = "*"
@@ -132,16 +132,19 @@ flake8-tidy-imports = "*"
132132
# mastool = "*"
133133
mccabe = "*"
134134
mypy = "*"
135+
135136
# Later
136137
# flake8-pep3101
137138
# this one tries too hard
138139
# pep8-naming
140+
139141
# Development tools
140142
pre-commit = "*"
143+
141144
# Formatting
142145
isort = "*"
143146
docformatter = "*"
144-
black = { version = "*", allow-prereleases = true }
147+
black = "*"
145148

146149
## To build docs
147150
## (Doesn't work w/ sphinx 1.4.5)

0 commit comments

Comments
 (0)