Skip to content

Commit 18871c8

Browse files
authored
Merge branch 'master' into dependabot/pip/ruff-0.1.7
2 parents d663022 + adb79c4 commit 18871c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ Homepage = "https://eadwincode.github.io/ellar-jwt/"
6262
test = [
6363
"pytest >= 7.1.3,<8.0.0",
6464
"pytest-cov >= 2.12.0,<5.0.0",
65+
"mypy == 1.5.1",
66+
"ruff ==0.1.7",
6567
"mypy == 1.7.1",
6668
"ruff ==0.1.7",
67-
"black == 23.9.1",
69+
"black == 23.11.0",
6870
"pytest-asyncio",
6971
"autoflake",
7072
"types-python-dateutil",

0 commit comments

Comments
 (0)