forked from Submitty/Submitty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flake8
47 lines (46 loc) · 1.66 KB
/
.flake8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[flake8]
max-line-length = 100
exclude=
.git,
.setup/bin/code_watcher.py,
.setup/bin/init_auto_rainbow.py,
.setup/bin/input_forum_data.py,
.setup/bin/reset_system.py,
.setup/bin/reupload_generate_csv.py,
.setup/bin/reupload_old_assignments.py,
.setup/bin/sample_courses/models/__init__.py,
.setup/bin/sample_courses/models/component.py,
.setup/bin/sample_courses/models/gradeable.py,
.setup/bin/sample_courses/models/course/course_create_gradeables.py,
.setup/bin/sample_courses/models/course/course_create.py,
.setup/bin/sample_courses/models/course/course_data.py,
.setup/bin/sample_courses/models/course/course_generate_utils.py,
.setup/bin/sample_courses/models/course/course_utils.py,
.setup/bin/track_git_version.py,
.setup/CONFIGURE_SUBMITTY.py,
.setup/update_database.py,
bin/extract_notes_page.py,
bin/generate_repos.py,
bin/left_right_parse.py,
bin/make_assignments_txt_file.py,
bin/make_generated_output.py,
bin/regrade.py,
grading/python/submitty_router.py,
grading/json_syntax_checker.py,
migration/migrator/migrations,
more_autograding_examples,
ParseLogFiles,
sample_files,
sbin/shipper_utils/systemctl_wrapper.py,
sbin/shipper_utils/update_and_install_workers.py,
sbin/anonymize_autograding_logs.py,
sbin/build_config_upload.py,
sbin/check_everything.py,
sbin/compare_reuploads.py,
sbin/count_autograding_logs.py,
sbin/untrusted_canary.py,
tests
per-file-ignores =
.github/workflows/pr_title_tester.py:E501,W605
sbin/submitty_daemon_jobs/submitty_jobs/jobs.py:E501
autograder/autograder/autograding_utils.py:E501,F841