Skip to content

Commit ef9d810

Browse files
authored
Merge pull request #157 from ticosax/fix-master
Fix master
2 parents 03a8d5f + b28ea13 commit ef9d810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- "119"
3535
exclude: ^django_fsm_log/migrations|^docs/
3636
- repo: https://github.com/pycqa/isort
37-
rev: v5.11.3
37+
rev: 5.12.0
3838
hooks:
3939
- id: isort
4040
exclude: ^django_fsm_log/migrations

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{37,38,39}-dj-2.2
44
py{37,38,39,310}-dj-3.2
55
py{38,39,310}-dj-4.0
6-
py{38,39,310}-dj-master
6+
py{310}-dj-master
77
flake8
88

99
[gh-actions]

0 commit comments

Comments
 (0)