File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ repos:
13
13
- id : check-toml
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
16
+ - repo : https://github.com/tox-dev/pyproject-fmt
17
+ rev : 0.9.1
18
+ hooks :
19
+ - id : pyproject-fmt
16
20
- repo : https://github.com/asottile/setup-cfg-fmt
17
21
rev : v2.2.0
18
22
hooks :
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools" ]
3
2
build-backend = " setuptools.build_meta"
3
+ requires = [
4
+ " setuptools" ,
5
+ ]
4
6
5
7
[tool .black ]
6
8
target-version = [' py37' ]
7
9
10
+ [tool .pytest .ini_options ]
11
+ addopts = """ \
12
+ --strict-config
13
+ --strict-markers
14
+ --ds=tests.settings
15
+ """
16
+ django_find_project = false
17
+
8
18
[tool .mypy ]
9
19
check_untyped_defs = true
10
20
disallow_any_generics = true
@@ -20,11 +30,3 @@ warn_unused_ignores = true
20
30
[[tool .mypy .overrides ]]
21
31
module = " tests.*"
22
32
allow_untyped_defs = true
23
-
24
- [tool .pytest .ini_options ]
25
- addopts = """ \
26
- --strict-config
27
- --strict-markers
28
- --ds=tests.settings
29
- """
30
- django_find_project = false
You can’t perform that action at this time.
0 commit comments