Skip to content

Commit dc8bbc8

Browse files
chore(deps): bump versions (#240)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent 12210e3 commit dc8bbc8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
additional_dependencies: [black==23.7.0]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.0.278"
20+
rev: "v0.0.280"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--show-fixes"]

docs/pages/guides/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pre-commit hook.
162162

163163
```yaml
164164
- repo: https://github.com/astral-sh/ruff-pre-commit
165-
rev: "v0.0.278"
165+
rev: "v0.0.280"
166166
hooks:
167167
- id: ruff
168168
args: ["--fix", "--show-fixes"]
@@ -297,7 +297,7 @@ use the manual stage, it's opt-in instead of automatic.
297297

298298
```yaml
299299
- repo: https://github.com/hadialqattan/pycln
300-
rev: "v2.1.5"
300+
rev: "v2.1.6"
301301
hooks:
302302
- id: pycln
303303
args: [--all]

docs/pages/guides/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ On GitHub Actions or Azure, pipx is available by default, so you should use
6969
action:
7070

7171
```yaml
72-
- uses: wntrblm/nox@2023.04.22
72+
- uses: wntrblm/nox@v0.19.1
7373
```
7474
7575
You can now access all current versions of Python from nox. At least in GitHub
@@ -78,7 +78,7 @@ your logs, or set `env: FORCE_COLOR: 3`. If you'd like to customise the versions
7878
of Python prepared for you, then use this input:
7979

8080
```yaml
81-
- uses: wntrblm/nox@2023.04.22
81+
- uses: wntrblm/nox@v0.19.1
8282
with:
8383
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, pypy-3.9, pypy-3.10-nightly"
8484
```

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.0.278"
48+
rev: "v0.0.280"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)