Skip to content

Commit

Permalink
Merge pull request #88 from deadsnakes/all-repos_autofix_no-implicit-…
Browse files Browse the repository at this point in the history
…optional

remove no_implicit_optional
  • Loading branch information
asottile authored Nov 17, 2022
2 parents 7c4a392 + a06e744 commit 9aac7da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true

0 comments on commit 9aac7da

Please sign in to comment.