- 12 4月, 2024 1 次提交
-
-
由 dependabot[bot] 创作于
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7 ) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 15 1月, 2024 1 次提交
-
-
由 staticdev 创作于
Bump gitpython from 3.1.40 to 3.1.41
-
- 12 1月, 2024 1 次提交
-
-
由 staticdev 创作于
Bump jinja2 from 3.1.2 to 3.1.3
-
- 11 1月, 2024 1 次提交
-
-
由 dependabot[bot] 创作于
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3 ) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 10 1月, 2024 1 次提交
-
-
由 dependabot[bot] 创作于
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.40...3.1.41 ) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 13 12月, 2023 4 次提交
- 12 12月, 2023 4 次提交
-
-
由 Pavel Bitiukov 创作于
-
由 Pavel Bitiukov 创作于
-
由 David Culley 创作于
See https://pre-commit.com/#confining-hooks-to-run-at-certain-stages > If you are authoring a tool, it is usually a good idea to provide an appropriate `stages` property. For example a reasonable setting for a linter or code formatter would be `stages: [pre-commit, pre-merge-commit, pre-push, manual]`.
-
由 staticdev 创作于
Fix colors extras
-
- 11 12月, 2023 4 次提交
- 10 12月, 2023 4 次提交
-
-
由 Pavel Bitiukov 创作于
-
由 staticdev 创作于
Remove optional dependencies without extras
-
由 staticdev 创作于
-
由 staticdev 创作于
Added a fix for normalizing imports from more than one level of parent modules (issue/2152)
-
- 09 12月, 2023 5 次提交
-
-
由 Pavel Bitiukov 创作于
-
由 Pavel Bitiukov 创作于
-
由 staticdev 创作于
Prepare version 5.13.0
-
由 staticdev 创作于
-
由 staticdev 创作于
Fix 80 line length for `wemake` linter
-
- 04 12月, 2023 12 次提交
-
-
由 staticdev 创作于
Add support for Python 3.12
-
由 Hugo van Kemenade 创作于
-
由 staticdev 创作于
fix: add newest version to pre-commit docs
-
由 staticdev 创作于
Fix assertions in `test_git_hook`
-
由 staticdev 创作于
Removed check for include_trailing_comma for the Hanging Indent wrap mode
-
由 staticdev 创作于
-
由 Hugo van Kemenade 创作于
-
由 Hugo van Kemenade 创作于
-
由 Hugo van Kemenade 创作于
-
由 Hugo van Kemenade 创作于
-
由 Hugo van Kemenade 创作于
-
由 staticdev 创作于
use the standard library tomllib on sufficiently new python
-
- 03 12月, 2023 1 次提交
-
-
由 Eli Schwartz 创作于
In python 3.11 it is no longer necessary to vendor (?) a toml implementation. The vendored one is now part of the standard library. Simply use that instead. Benefits include: - micro-optimization when using the isort library API in an application that already uses tomllib, to avoid reading yet another one from on-disk - seamless support for automatically dropping tomli once the minimum python version is upgraded, via tools such as pyupgrade - distributors who patch out isort to use the system tomli, do not actually have to package tomli for versions of python that have tomllib
-
- 18 11月, 2023 1 次提交
-
-
由 staticdev 创作于
Update pre-commit.md version number
-