This website requires JavaScript.
Explore
Help
Sign In
reynir
/
bornhack-website
Watch
1
Star
0
Fork
You've already forked bornhack-website
0
Code
Issues
Pull requests
1
Releases
Wiki
Activity
63a3d2517c
bornhack-website
/
.flake8
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) * add flake8 to pre-commit config, and fixup many things to make flake8 happy * add isort and sort all imports, add to pre-commit and requirements
2020-02-12 12:10:41 +00:00
[flake8]
max-line-length = 88
Facilities (#458) * update font-awesome to 5.12.1 * prefetch members to considerably lower number of SQL queries for team list view * add facilities app with facility feeedback functionality, working on #383 * Add GeoDjango (django.contrib.gis) and switch to PostGIS db backend. Add location field for Facility model. Add django-leaflet to requirements. * better migration names * tweaking travis config, we use py3.7 now, and add postgis * Add qr code support for facilities (visible in the admin). Make facitilies browsable without logging in. Feedback can be submitted without logging in, given the facility UUID, which is not revealed to unauthenticated users. * show quickfeedback icons when creating and when reading feedback * only show anon option if user is logged in * django-reversion somehow went missing from requirements
2020-02-24 22:28:52 +00:00
ignore = E501 W503 E231
add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) * add flake8 to pre-commit config, and fixup many things to make flake8 happy * add isort and sort all imports, add to pre-commit and requirements
2020-02-12 12:10:41 +00:00
Reference in a new issue
Copy permalink