-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
2,027 additions
and
1,143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ env.bak/ | |
venv.bak/ | ||
|
||
# Raphael | ||
config.py | ||
.idea/ | ||
.vscode/ | ||
*config.yml | ||
|
Oops, something went wrong.