10000 Cleanup of tools files (#22) · realpython/codetiming@951e24c · GitHub
[go: up one dir, main page]

Skip to content

Commit 951e24c

Browse files
authored
Cleanup of tools files (#22)
* Ignore VS Code files * Make flake8 compatible with black
1 parent 8107662 commit 951e24c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ venv.bak/
9494
.spyderproject
9595
.spyproject
9696

97+
# VS Code project settings
98+
.vscode
99+
97100
# Rope project settings
98101
.ropeproject
99102

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
max_line_length = 88
3+
select = C,E,F,W,B
4+
ignore = E501,W503,E203

0 commit comments

Comments
 (0)
0