mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 12:53:25 -04:00
Merge branch 'michal/disable-pylint-warning-C0209' into 'main'
Disable PyLint warning C0209 See merge request isc-projects/bind9!5538
This commit is contained in:
commit
c52df1bd73
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
[MASTER]
|
||||
disable=
|
||||
C0103, # invalid-name
|
||||
C0114, # missing-module-docstring
|
||||
C0115, # missing-class-docstring
|
||||
C0116, # missing-function-docstring
|
||||
C0209, # consider-using-f-string
|
||||
C0415, # import-outside-toplevel
|
||||
R0801, # duplicate-code
|
||||
C0103, # invalid-name
|
||||
C0415,# import-outside-toplevel
|
||||
|
|
|
|||
Loading…
Reference in a new issue