1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 17:45:00 +08:00

Update Ale.

This commit is contained in:
Kurtis Moxley
2022-05-19 21:16:38 +08:00
parent 0071859401
commit dd26bc4697
1324 changed files with 56041 additions and 437 deletions

View File

@ -0,0 +1,3 @@
include README.md
include *.ini *.cfg *.txt
include requirements/*.txt

View File

@ -0,0 +1,2 @@
[pytest]
DJANGO_SETTINGS_MODULE=foo.settings

View File

@ -0,0 +1,2 @@
[flake8]
max-line-length = 119

View File

@ -0,0 +1,3 @@
[tox]
envlist =
py352