- 13 12月, 2023 2 次提交
- 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
-
- 06 11月, 2023 3 次提交
-
-
由 staticdev 创作于
Bump pip from 23.2.1 to 23.3
-
由 Nico Bako 创作于
-
由 Michał Górny 创作于
Fix `called_once()` assertions in `test_git_hook` to use the correct `assert_called_once()` method. The former does not exist, so it evaluates to a mocked method in Python < 3.12, making the assert meaningless, and it triggers an error in Python 3.12+. While at it, split the mock into two because otherwise the test would fail because two `hooks.git_hook()` calls imply two mock calls.
-
- 02 11月, 2023 1 次提交
-
-
由 dependabot[bot] 创作于
Bumps [pip](https://github.com/pypa/pip) from 23.2.1 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.2.1...23.3 ) --- updated-dependencies: - dependency-name: pip dependency-type: direct:development ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 10月, 2023 1 次提交
-
-
由 Pavel Bitiukov 创作于
-
- 21 10月, 2023 2 次提交