Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RootShinobi committed Jan 18, 2024
1 parent bacbcb4 commit f8d3999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ test = [
"libcst~=1.0.1",
]
dev = [
"black~=23.7.0",
"ruff~=0.0.280",
"mypy~=1.4.1",
"black~=23.12.0",
"ruff~=0.1.13",
"mypy~=1.8.0",
"pre-commit~=3.3.3",
"packaging~=23.0",
]
Expand All @@ -93,7 +93,7 @@ features = [
[tool.hatch.envs.default.scripts]
reformat = [
"black aiogram_i18n tests examples",
# "isort aiogram_i18n tests examples",
# "isort aiogram_i18n tests examples",
]
lint = "ruff aiogram_i18n"

Expand Down

0 comments on commit f8d3999

Please sign in to comment.