Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flake8cleanup #735

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
23e73e2
whitespace
evelynmitchell Nov 27, 2024
6f0c257
whitespace
evelynmitchell Nov 27, 2024
438a937
whitespace
evelynmitchell Nov 28, 2024
95c2572
comment typo cleanup
evelynmitchell Nov 28, 2024
f495700
flake8 warnings in ascii art
evelynmitchell Nov 28, 2024
c79c832
whitespace flake8
evelynmitchell Nov 28, 2024
7eeda2c
whitespace flake8
evelynmitchell Nov 28, 2024
f167ee6
whitespace
evelynmitchell Nov 28, 2024
7475be3
whitespace
evelynmitchell Nov 28, 2024
29d10a4
whitespace flake8
evelynmitchell Nov 28, 2024
639e960
whitespace flake8
evelynmitchell Nov 28, 2024
ce16edd
whitespace flake8
evelynmitchell Nov 28, 2024
2dcc770
whitespace flake8
evelynmitchell Nov 28, 2024
8d77a69
whitespace flake8
evelynmitchell Nov 28, 2024
c94fca1
whitespace flake8
evelynmitchell Nov 28, 2024
a56954a
whitespace flake8
evelynmitchell Nov 28, 2024
2add997
whitespace flake8
evelynmitchell Nov 28, 2024
39dbccf
whitespace, comment flake8
evelynmitchell Nov 28, 2024
1fa72ba
comment flake8
evelynmitchell Nov 28, 2024
5322031
whitespace flake8
evelynmitchell Nov 28, 2024
1b2b2b0
whitespace
evelynmitchell Nov 28, 2024
78b0f8b
whitespace flake8
evelynmitchell Nov 28, 2024
4af9661
whitespace flake8
evelynmitchell Nov 28, 2024
2400252
whitespace
evelynmitchell Nov 28, 2024
6156c4f
whitespace flake8
evelynmitchell Nov 28, 2024
7fc75fc
whitespace flake8
evelynmitchell Nov 28, 2024
ab5a702
whitespace flake8
evelynmitchell Nov 28, 2024
8e0e918
whitespace flake8
evelynmitchell Nov 28, 2024
18959f9
suppress pre colon error flake8
evelynmitchell Nov 28, 2024
844f33e
whitespace colon suppress
evelynmitchell Nov 28, 2024
2e88da7
suppress unused import warning flake8
evelynmitchell Nov 28, 2024
ea649b9
whitespace colon suppress
evelynmitchell Nov 28, 2024
b162e76
whitespace colon suppress
evelynmitchell Nov 28, 2024
42af348
whitespace
evelynmitchell Nov 28, 2024
7405beb
whitespace pre colon
evelynmitchell Nov 28, 2024
797cde4
whitespace, pre-colon
evelynmitchell Nov 28, 2024
141ead9
whitespace pre-colon
evelynmitchell Nov 28, 2024
89d082a
whitespace precolon
evelynmitchell Nov 28, 2024
dc5be00
whitespace precolon
evelynmitchell Nov 28, 2024
ba5d911
suppress unused import errors
evelynmitchell Nov 28, 2024
226ed56
remove unused import
evelynmitchell Nov 28, 2024
47ce926
import not at top of file suppress
evelynmitchell Nov 28, 2024
3fcec30
whitespace
evelynmitchell Nov 28, 2024
40b2133
whitespace
evelynmitchell Nov 28, 2024
58ee391
whitespace
evelynmitchell Nov 28, 2024
aee1eff
whitespace
evelynmitchell Nov 28, 2024
f2801f1
whitespace
evelynmitchell Nov 28, 2024
f166edf
whitespace
evelynmitchell Nov 28, 2024
3dfcbab
whitespace
evelynmitchell Nov 28, 2024
de65b58
remove unused import
evelynmitchell Nov 28, 2024
4b782a0
whitespace
evelynmitchell Nov 28, 2024
13e2a66
whitespace
evelynmitchell Nov 28, 2024
703c967
add flake8 config
evelynmitchell Nov 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add flake8 config
  • Loading branch information
evelynmitchell committed Nov 28, 2024
commit 703c967eb51dd7fcd6e5af5b098a9fad0c8fcdd4
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
# line too long
extend-ignore = E501
Loading