We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a8d5f + b28ea13 commit ef9d810Copy full SHA for ef9d810
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- "119"
35
exclude: ^django_fsm_log/migrations|^docs/
36
- repo: https://github.com/pycqa/isort
37
- rev: v5.11.3
+ rev: 5.12.0
38
hooks:
39
- id: isort
40
exclude: ^django_fsm_log/migrations
tox.ini
@@ -3,7 +3,7 @@ envlist =
3
py{37,38,39}-dj-2.2
4
py{37,38,39,310}-dj-3.2
5
py{38,39,310}-dj-4.0
6
- py{38,39,310}-dj-master
+ py{310}-dj-master
7
flake8
8
9
[gh-actions]
0 commit comments