Skip to content

Commit f9a8d78

Browse files
committed
Miscellaneous cleanups
1 parent 3916a69 commit f9a8d78

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,10 @@ local.properties
139139
### Python ###
140140
.eggs/
141141
.pytest_cache/
142+
build/
143+
dist/
142144
__pycache__
143145
*.egg-info/
144-
*.egg
145-
*.pyc
146-
*.tar.gz
147-
*.whl
148146
version.py
149147

150148
# External tool builders

wpiformat/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
from datetime import date
44
from glob import glob

wpiformat/wpiformat/stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def func_substitute(self, header, lines):
202202
203203
Returns tuple containing the following:
204204
modified file contents string
205-
whethr file contents changed
205+
whether file contents changed
206206
"""
207207
pos = 0
208208
lines_changed = False

0 commit comments

Comments
 (0)