Skip to content

Commit

Permalink
🔧 Update linting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Feb 21, 2024
1 parent f137bba commit 140e2f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ packages = ["."]
[tool.hatch.envs.lint]
detached = true
dependencies = [
"black>=24.2.0",
"mypy>=1.8.0",
"ruff>=0.2.0",
"types-oauthlib>=3.2.0",
"black~=24.2.0",
"mypy~=1.8.0",
"ruff~=0.2.0",
"types-oauthlib~=3.2.0",
]

[tool.hatch.envs.lint.scripts]
Expand Down Expand Up @@ -94,7 +94,7 @@ select = [
"PLW", # pylint warning
"Q", # flake8-quotes
"RUF", # ruff rules
"S", # flake8-bandits
"S", # flake8-bandit
"T", # flake8-debugger and flake8-print
"TID", # flake8-tidy-imports
"UP", # pyupgrade
Expand Down

0 comments on commit 140e2f8

Please sign in to comment.