Skip to content

Commit b098255

Browse files
committed
one more missed snapshot
1 parent a1a7548 commit b098255

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/ruff/tests/lint.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3852,10 +3852,12 @@ from typing import Union;foo: Union[int, str] = 1
38523852
/dev/shm,
38533853
]
38543854
linter.flake8_bandit.check_typed_exception = false
3855+
linter.flake8_bandit.extend_markup_names = []
3856+
linter.flake8_bandit.allowed_markup_calls = []
38553857
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
38593861
linter.flake8_comprehensions.allow_dict_calls_with_keyword_arguments = false
38603862
linter.flake8_copyright.notice_rgx = (?i)Copyright\s+((?:\(C\)|©)\s+)?\d{4}((-|,\s)\d{4})*
38613863
linter.flake8_copyright.author = none
@@ -3995,8 +3997,6 @@ from typing import Union;foo: Union[int, str] = 1
39953997
linter.pylint.max_locals = 15
39963998
linter.pyupgrade.keep_runtime_typing = false
39973999
linter.ruff.parenthesize_tuple_in_subscript = false
3998-
linter.ruff.extend_markup_names = []
3999-
linter.ruff.allowed_markup_calls = []
40004000
40014001
# Formatter Settings
40024002
formatter.exclude = []

0 commit comments

Comments
 (0)