Skip to content

Commit

Permalink
comments (to help us when deprecating python 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Nov 22, 2024
1 parent 0e2ecea commit 22d8839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ disable = [
"fixme",
"no-else-return",
"consider-using-assignment-expr",
"deprecated-typing-alias", # disable for now - only deprecated recently
"deprecated-typing-alias", # disable for now - still supporting python 3.8
"docstring-first-line-empty",
"consider-alternative-union-syntax", # disable for now - still supporting python 3.8
"missing-raises-doc",
Expand Down

0 comments on commit 22d8839

Please sign in to comment.