File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ repos:
1010 - id : isort
1111
1212 - repo : https://github.com/asottile/pyupgrade
13- rev : v2.38 .2
13+ rev : v3.2 .2
1414 hooks :
1515 - id : pyupgrade
1616 args : ["--py36-plus"]
1717
1818 - repo : https://github.com/psf/black
19- rev : 22.8 .0
19+ rev : 22.10 .0
2020 hooks :
2121 - id : black
2222 types : [python]
Original file line number Diff line number Diff line change 22
33### Unreleased
44
5+ ### 0.13.2
6+
7+ - Fix: OSError while trying to parse source code of a generated model #27
8+
59### 0.13.1
610
711- Fix: respect ` empty_strings_allowed ` in choices constraint #31
Original file line number Diff line number Diff line change 11[metadata]
22name = django-extra-checks
3- version = 0.13.1
3+ version = 0.13.2
44author = Konstantin Alekseev
5566description = Collection of useful checks for Django Checks Framework
You can’t perform that action at this time.
0 commit comments