Skip to content

Commit b51117c

Browse files
authored
.
1 parent 127aea9 commit b51117c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ indent_style = tab
3434
indent_size = unset
3535

3636
[docs/Makefile]
37-
indent_style = tab
37+
indent_style = tab

.editorconfig-checker.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"Exclude": ["pytest_django/fixtures.py"],
23
"Disable": {
34
"MaxLineLength": true
45
}

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ How can I use ``manage.py test`` with pytest-django?
7979
----------------------------------------------------
8080

8181
pytest-django is designed to work with the ``pytest`` command, but if you
82-
really need integration with ``manage.py test``, you can add this class path
82+
really need integration with ``manage.py test``, you can add this class path
8383
in your Django settings:
8484

8585
.. code-block:: python

0 commit comments

Comments
 (0)