We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c26e67 commit 02f2402Copy full SHA for 02f2402
setup.cfg
@@ -84,7 +84,6 @@ exclude_lines =
84
def autofill_value
85
def is_autofill_possible
86
def require_setting
87
- if ext in exts
88
if inside_annot
89
if hasattr.*generate_config
90
def is_glob_exp
tests/generation/SettingsTest.py
@@ -51,7 +51,7 @@ def test_write_info(self):
51
52
def test_allow_complete_section_mode_with_ignore_globs(self):
53
project_dir = "/repo"
54
- project_files = ['/repo/hello.html']
+ project_files = ['/repo/hello.html', '/repo/readme.txt']
55
ignore_globs = ["/repo/style.css"]
56
used_languages = list(get_used_languages(project_files))
57
relevant_bears = filter_relevant_bears(
0 commit comments