File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 hooks :
66 - id : check-changelog-entries
77 name : Check Changelog Entries
8- entry : python .pre-commit-hooks/check_changelog_entries.py
8+ entry : python3 .pre-commit-hooks/check_changelog_entries.py
99 language : system
1010- repo : local
1111 hooks :
1212 - id : check-copyright-headers
1313 name : Check python modules for appropriate copyright headers
1414 files : ^.*\.py$
1515 exclude : setup\.py
16- entry : python .pre-commit-hooks/copyright_headers.py
16+ entry : python3 .pre-commit-hooks/copyright_headers.py
1717 language : system
1818- repo : https://github.com/timothycrosley/isort
1919 rev : 5.12.0
Original file line number Diff line number Diff line change 1+ 0.22.9
2+
3+ * Fix pyconfig.h include for python >= 3.13 for Windows builds.
4+
5+
160.22.8
27======
38
Original file line number Diff line number Diff line change 3434)
3535
3636# relenv package version
37- __version__ = "0.22.8 "
37+ __version__ = "0.22.9 "
3838
3939log = logging .getLogger (__name__ )
4040
You can’t perform that action at this time.
0 commit comments