Skip to content

Commit

Permalink
Codebase Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
combe15 committed May 26, 2021
1 parent a89a070 commit fc77f8f
Show file tree
Hide file tree
Showing 28 changed files with 2,027 additions and 1,143 deletions.
46 changes: 46 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[flake8]
max-line-length=120
docstring-convention=all
import-order-style=pycharm
application_import_names=pydis_site
exclude=
# Byte-compiled / optimized / DLL files
__pycache__/,
*.py[cod],
*$py.class,

# Database and logs:
*.log*,
local_settings.py,
db.sqlite3,
db.sqlite3-journal,

# Environments
.env,
.venv,
env/,
venv/,
ENV/,
env.bak/,
venv.bak/,

# Raphael
config.py,
.idea/,
.vscode/,
*config.yml,
*config.ymal,
*.db*,
*.csv
ignore=
B311,W503,E226,S311,T000
# Missing Docstrings
D100,D104,D105,D107,
# Docstring Whitespace
D203,D212,D214,D215,
# Docstring Quotes
D301,D302,
# Docstring Content
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417
# Type Annotations
ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env.bak/
venv.bak/

# Raphael
config.py
.idea/
.vscode/
*config.yml
Expand Down
Loading

0 comments on commit fc77f8f

Please sign in to comment.