Skip to content

Commit 549817f

Browse files
committed
unnest all nested methods in the format_codes module & linting
1 parent f8390f1 commit 549817f

4 files changed

Lines changed: 235 additions & 201 deletions

File tree

.gitignore

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,15 @@
1-
# IDE & EDITOR SETTINGS
2-
.vscode/
3-
.python-version
4-
5-
# CREDENTIALS & CONFIGURATION
6-
.env
7-
.npmrc
8-
.pypirc
9-
101
# COMPILED FILES & CACHES
112
__pycache__/
3+
__pypackages__/
4+
.mypy_cache/
5+
.pytest_cache/
126
*.py[cod]
137
*$py.class
148

159
# BUILD ARTIFACTS
10+
*.egg-info/
1611
build/
1712
dist/
18-
target/
19-
wheels/
20-
*.egg-info/
21-
.Python
22-
.pybuilder/
23-
.pytype/
24-
cython_debug/
25-
__pypackages__/
2613

2714
# TESTING
2815
.venv/
29-
.pytest_cache/
30-
31-
# MISCELLANEOUS
32-
.DS_Store
33-
Thumbs.db

0 commit comments

Comments
 (0)