We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1040fd3 commit 285a5d2Copy full SHA for 285a5d2
.github/workflows/flake8.yml
@@ -37,4 +37,4 @@ jobs:
37
flake8 geonode --count --statistics
38
39
- name: "Check: black"
40
- run: black -t py310 --check geonode
+ run: black --check geonode
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.black]
2
line-length = 120
3
-target-version = ['py37']
+target-version = ['py310', 'py311']
4
exclude = '''
5
/(
6
geonode/.*/migrations/.*
0 commit comments