aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-14 23:10:31 +0000
committerGravatar Sam Wedgwood <[email protected]>2018-02-14 23:10:31 +0000
commit70f0a9166b15645845370f4db8b1c9d1cfb75e6a (patch)
treea9ff85c2ecdb1db529a935f070b2d54ecbee93ef /.snekrc
parent[API] You need to return the value of `self.error()` (diff)
Database API Improvements #1qcra (#13)
* A large set of changes, including: * A mixin for views that need the DB * Many changes to the database class in order to make things more fluid * Provide the route manager in view setup() methods * Pushing up the progress so far * snekchek * Full (undocumented) database implementation * snekchek * Don't rely on exceptions for table deletion * Add RethinkDB data to gitignore * Documentation for DB class * Make Flake8 ignore P102 What even is that? What does "docstring does contain unindexed parameters" mean? * Document the base_routes module * Cleanup RE latest reviews * snekchek (bah)
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.snekrc b/.snekrc
index 3f26eea5..5aabe4e0 100644
--- a/.snekrc
+++ b/.snekrc
@@ -3,4 +3,5 @@ linters = flake8, safety, dodgy
[flake8]
max-line-length=120
-application_import_names=pysite \ No newline at end of file
+application_import_names=pysite
+ignore=P102 \ No newline at end of file