File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3852,10 +3852,12 @@ from typing import Union;foo: Union[int, str] = 1
3852
3852
/dev/shm,
3853
3853
]
3854
3854
linter.flake8_bandit.check_typed_exception = false
3855
+ linter.flake8_bandit.extend_markup_names = []
3856
+ linter.flake8_bandit.allowed_markup_calls = []
3855
3857
linter.flake8_bugbear.extend_immutable_calls = []
3856
- linter.flake8_builtins.builtins_allowed_modules = []
3857
- linter.flake8_builtins.builtins_ignorelist = []
3858
- linter.flake8_builtins.builtins_strict_checking = true
3858
+ linter.flake8_builtins.allowed_modules = []
3859
+ linter.flake8_builtins.ignorelist = []
3860
+ linter.flake8_builtins.strict_checking = false
3859
3861
linter.flake8_comprehensions.allow_dict_calls_with_keyword_arguments = false
3860
3862
linter.flake8_copyright.notice_rgx = (?i)Copyright\s+((?:\(C\)|©)\s+)?\d{4}((-|,\s)\d{4})*
3861
3863
linter.flake8_copyright.author = none
@@ -3995,8 +3997,6 @@ from typing import Union;foo: Union[int, str] = 1
3995
3997
linter.pylint.max_locals = 15
3996
3998
linter.pyupgrade.keep_runtime_typing = false
3997
3999
linter.ruff.parenthesize_tuple_in_subscript = false
3998
- linter.ruff.extend_markup_names = []
3999
- linter.ruff.allowed_markup_calls = []
4000
4000
4001
4001
# Formatter Settings
4002
4002
formatter.exclude = []
You can’t perform that action at this time.
0 commit comments