mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
fix deprecated call
This commit is contained in:
parent
1b424ccfa2
commit
ddfcf4034b
2 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ check_untyped_defs = true
|
|||
disallow_any_generics = true
|
||||
disallow_incomplete_defs = true
|
||||
disallow_untyped_defs = true
|
||||
enable_error_code = deprecated
|
||||
warn_redundant_casts = true
|
||||
warn_unused_ignores = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue