mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Fixed #22446 -- Added tox.ini to automate pull request checks.
This commit is contained in:
parent
3ea7167bb5
commit
09d38746ba
6 changed files with 144 additions and 0 deletions
|
@ -4,6 +4,8 @@ Coding style
|
|||
|
||||
Please follow these coding standards when writing code for inclusion in Django.
|
||||
|
||||
.. _coding-style-python:
|
||||
|
||||
Python style
|
||||
============
|
||||
|
||||
|
@ -51,6 +53,8 @@ Python style
|
|||
(``six.assertRaisesRegex()`` as long as we support Python 2) only if you need
|
||||
to use regular expression matching.
|
||||
|
||||
.. _coding-style-imports:
|
||||
|
||||
Imports
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue