dycw-pre-commit-hooks 0.8.35__tar.gz → 0.8.37__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dycw-pre-commit-hooks might be problematic. Click here for more details.
- dycw_pre_commit_hooks-0.8.37/.envrc +1 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/.pre-commit-config.yaml +4 -1
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/PKG-INFO +3 -3
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/__init__.py +1 -1
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pyproject.toml +5 -5
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/requirements-dev.txt +18 -3
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/requirements.txt +4 -2
- dycw_pre_commit_hooks-0.8.35/.envrc +0 -1
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/.github/workflows/push.yml +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/.gitignore +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/.pre-commit-hooks.yaml +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/.rgignore +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/README.md +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/common.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/py.typed +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_bump2version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_bump2version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_dockfmt/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_dockfmt/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_hatch_version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_hatch_version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_pip_compile/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_pip_compile/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_ruff_format/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_ruff_format/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/tests/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/tests/test_main.py +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-bump2version.sh +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-dockfmt.sh +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-hatch-version.sh +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-pip-compile.sh +0 -0
- {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-ruff-format.sh +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
layout pyenv 3.10.13
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
default_language_version:
|
|
2
|
+
python: python3.10
|
|
3
|
+
|
|
1
4
|
repos:
|
|
2
5
|
# fixers
|
|
3
6
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
@@ -6,7 +9,7 @@ repos:
|
|
|
6
9
|
- id: ruff
|
|
7
10
|
args: [--fix]
|
|
8
11
|
- repo: https://github.com/dycw/pre-commit-hooks
|
|
9
|
-
rev: 0.8.
|
|
12
|
+
rev: 0.8.36
|
|
10
13
|
hooks:
|
|
11
14
|
- id: run-hatch-version
|
|
12
15
|
- id: run-ruff-format
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dycw-pre-commit-hooks
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.37
|
|
4
4
|
Author-email: Derek Wan <d.wan@icloud.com>
|
|
5
|
-
Requires-Python: >=3.
|
|
6
|
-
Requires-Dist: dycw-utilities[click,loguru,semver]<0.24,>=0.23.
|
|
5
|
+
Requires-Python: >=3.10
|
|
6
|
+
Requires-Dist: dycw-utilities[click,loguru,semver]<0.24,>=0.23.9
|
|
7
7
|
Requires-Dist: semver<3.1,>=3.0.2
|
|
8
8
|
Requires-Dist: tomlkit<0.13,>=0.12.3
|
|
9
9
|
Requires-Dist: xdg<6.1,>=6.0.0
|
|
@@ -9,7 +9,7 @@ requires = ["hatchling"]
|
|
|
9
9
|
[project]
|
|
10
10
|
authors = [{name = "Derek Wan", email = "d.wan@icloud.com"}]
|
|
11
11
|
dependencies = [
|
|
12
|
-
"dycw-utilities[click,loguru,semver] >= 0.23.
|
|
12
|
+
"dycw-utilities[click,loguru,semver] >= 0.23.9, < 0.24",
|
|
13
13
|
"semver >= 3.0.2, < 3.1",
|
|
14
14
|
"tomlkit >= 0.12.3, < 0.13",
|
|
15
15
|
"xdg >= 6.0.0, < 6.1",
|
|
@@ -17,7 +17,7 @@ dependencies = [
|
|
|
17
17
|
dynamic = ["version"]
|
|
18
18
|
name = "dycw-pre-commit-hooks"
|
|
19
19
|
readme = "README.md"
|
|
20
|
-
requires-python = ">= 3.
|
|
20
|
+
requires-python = ">= 3.10"
|
|
21
21
|
|
|
22
22
|
[project.optional-dependencies]
|
|
23
23
|
dev = ["dycw-utilities[hatch,test]", "pip-tools", "pre-commit"]
|
|
@@ -61,7 +61,7 @@ path = "src/pre_commit_hooks/__init__.py"
|
|
|
61
61
|
# nitpick
|
|
62
62
|
[tool.nitpick]
|
|
63
63
|
style = [
|
|
64
|
-
"https://raw.githubusercontent.com/dycw/nitpick/master/styles/3.
|
|
64
|
+
"https://raw.githubusercontent.com/dycw/nitpick/master/styles/3.10.toml",
|
|
65
65
|
"https://raw.githubusercontent.com/dycw/nitpick/master/styles/common.toml",
|
|
66
66
|
"https://raw.githubusercontent.com/dycw/nitpick/master/styles/pip-compile-no-hashes.toml",
|
|
67
67
|
]
|
|
@@ -71,7 +71,7 @@ style = [
|
|
|
71
71
|
exclude = ["**/__pycache__", ".direnv", ".git"]
|
|
72
72
|
executionEnvironments = [{root = "src"}]
|
|
73
73
|
include = ["src"]
|
|
74
|
-
pythonVersion = "3.
|
|
74
|
+
pythonVersion = "3.10"
|
|
75
75
|
reportImplicitOverride = "error"
|
|
76
76
|
reportImportCycles = "error"
|
|
77
77
|
reportMissingSuperCall = "error"
|
|
@@ -170,7 +170,7 @@ select = [
|
|
|
170
170
|
"YTT", # flake8-2020
|
|
171
171
|
]
|
|
172
172
|
src = ["src"]
|
|
173
|
-
target-version = "
|
|
173
|
+
target-version = "py310"
|
|
174
174
|
|
|
175
175
|
[tool.ruff.lint.extend-per-file-ignores]
|
|
176
176
|
"src/tests/**/*.py" = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.10
|
|
3
3
|
# by the following command:
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml
|
|
@@ -30,12 +30,17 @@ click==8.1.7
|
|
|
30
30
|
# userpath
|
|
31
31
|
distlib==0.3.8
|
|
32
32
|
# via virtualenv
|
|
33
|
-
dycw-utilities[click,hatch,loguru,semver,test]==0.23.
|
|
33
|
+
dycw-utilities[click,hatch,loguru,semver,test]==0.23.9
|
|
34
34
|
# via
|
|
35
35
|
# dycw-pre-commit-hooks (pyproject.toml)
|
|
36
36
|
# dycw-utilities
|
|
37
37
|
editables==0.5
|
|
38
38
|
# via hatchling
|
|
39
|
+
exceptiongroup==1.2.0
|
|
40
|
+
# via
|
|
41
|
+
# anyio
|
|
42
|
+
# dycw-utilities
|
|
43
|
+
# pytest
|
|
39
44
|
execnet==2.0.2
|
|
40
45
|
# via pytest-xdist
|
|
41
46
|
filelock==3.13.1
|
|
@@ -139,6 +144,14 @@ sniffio==1.3.0
|
|
|
139
144
|
# via
|
|
140
145
|
# anyio
|
|
141
146
|
# httpx
|
|
147
|
+
tomli==2.0.1
|
|
148
|
+
# via
|
|
149
|
+
# build
|
|
150
|
+
# hatchling
|
|
151
|
+
# pip-tools
|
|
152
|
+
# pyproject-hooks
|
|
153
|
+
# pytest
|
|
154
|
+
# typed-settings
|
|
142
155
|
tomli-w==1.0.0
|
|
143
156
|
# via hatch
|
|
144
157
|
tomlkit==0.12.3
|
|
@@ -152,7 +165,9 @@ trove-classifiers==2023.11.29
|
|
|
152
165
|
typed-settings==23.1.1
|
|
153
166
|
# via dycw-utilities
|
|
154
167
|
typing-extensions==4.9.0
|
|
155
|
-
# via
|
|
168
|
+
# via
|
|
169
|
+
# anyio
|
|
170
|
+
# dycw-utilities
|
|
156
171
|
userpath==1.9.1
|
|
157
172
|
# via hatch
|
|
158
173
|
virtualenv==20.25.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.10
|
|
3
3
|
# by the following command:
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe pyproject.toml
|
|
@@ -14,7 +14,7 @@ cachetools==5.3.2
|
|
|
14
14
|
# via dycw-utilities
|
|
15
15
|
click==8.1.7
|
|
16
16
|
# via dycw-utilities
|
|
17
|
-
dycw-utilities[click,loguru,semver]==0.23.
|
|
17
|
+
dycw-utilities[click,loguru,semver]==0.23.9
|
|
18
18
|
# via
|
|
19
19
|
# dycw-pre-commit-hooks (pyproject.toml)
|
|
20
20
|
# dycw-utilities
|
|
@@ -32,6 +32,8 @@ semver==3.0.2
|
|
|
32
32
|
# via
|
|
33
33
|
# dycw-pre-commit-hooks (pyproject.toml)
|
|
34
34
|
# dycw-utilities
|
|
35
|
+
tomli==2.0.1
|
|
36
|
+
# via typed-settings
|
|
35
37
|
tomlkit==0.12.3
|
|
36
38
|
# via dycw-pre-commit-hooks (pyproject.toml)
|
|
37
39
|
tqdm==4.66.1
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
layout pyenv 3.11.6
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|