Skip to content

Commit

Permalink
Bump dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Jan 15, 2024
1 parent 6b26265 commit 5dc8f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ platformdirs==4.1.0
pluggy==1.3.0
pytest-cov==4.1.0
pytest==7.4.4
ruff==0.1.11
typos==1.17.0
ruff==0.1.13
typos==1.17.1
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ extend-ignore = [
"PLR0911", "PLR0912", "PLR0914", "PLR0915", "PLR2004",
"PT012",
"RUF100",
"S101",
"S101", "S404",
"SIM102", "SIM108",
"SLF001",
"T201",
Expand All @@ -109,6 +109,9 @@ extend-ignore = [

# Consider this
"CPY001",

# False positive
"PLC2801",
]

extend-exclude = ["test/data*"]
Expand Down

0 comments on commit 5dc8f20

Please sign in to comment.