forked from Submitty/Submitty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flake8
34 lines (33 loc) · 1012 Bytes
/
.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
[flake8]
max-line-length = 100
exclude=
.git,
.setup/bin,
.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/read_iclicker_ids.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