Skip to content

Commit eba65d1

Browse files
pre-commit-ci[bot]ssbarnea
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v3.0.1 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.0.1...v3.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.286...v0.0.290) - [github.com/streetsidesoftware/cspell-cli: v7.0.1 → v7.3.0](streetsidesoftware/cspell-cli@v7.0.1...v7.3.0) - [github.com/jsh9/pydoclint: 0.3.0 → 0.3.2](jsh9/pydoclint@0.3.0...0.3.2)
1 parent d6a7865 commit eba65d1

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/add-trailing-comma.git
15-
rev: v3.0.1
15+
rev: v3.1.0
1616
hooks:
1717
- id: add-trailing-comma
1818
args:
@@ -25,7 +25,7 @@ repos:
2525

2626
- repo: https://github.com/pre-commit/mirrors-prettier
2727
# keep it before yamllint
28-
rev: v3.0.2
28+
rev: v3.0.3
2929
hooks:
3030
- id: prettier
3131
always_run: true
@@ -34,8 +34,8 @@ repos:
3434
- prettier-plugin-toml
3535
- prettier-plugin-sort-json
3636

37-
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 23.7.0
37+
- repo: https://github.com/psf/black
38+
rev: 23.9.1
3939
hooks:
4040
- id: black
4141

@@ -50,20 +50,20 @@ repos:
5050
- id: tox-ini-fmt
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.0.286"
53+
rev: "v0.0.290"
5454
hooks:
5555
- id: ruff
5656
args:
5757
- "--exit-non-zero-on-fix"
5858

5959
- repo: https://github.com/streetsidesoftware/cspell-cli
60-
rev: v7.0.1
60+
rev: v7.3.0
6161
hooks:
6262
- id: cspell
6363
name: Spell check with cspell
6464

6565
- repo: https://github.com/jsh9/pydoclint
66-
rev: 0.3.0
66+
rev: 0.3.2
6767
hooks:
6868
- id: pydoclint
6969
args:
@@ -86,6 +86,7 @@ repos:
8686
additional_dependencies:
8787
- pytest
8888
- tox
89+
- types-setuptools
8990
args:
9091
- src
9192
- tests

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ansible-runner==2.3.3
1313
ansible-sign==0.1.1
1414
attrs==23.1.0
1515
bindep==2.11.0
16-
black==23.7.0
16+
black==23.9.1
1717
bracex==2.3.post1
1818
cachetools==5.3.1
1919
certifi==2023.7.22

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ description = Enforce quality standards under {basepython} ({envpython})
4444
skip_install = true
4545
deps =
4646
pre-commit
47+
set_env =
48+
PIP_CONSTRAINT = /dev/null
4749
commands =
4850
pre-commit run --show-diff-on-failure --all-files
4951

0 commit comments

Comments
 (0)