Skip to content

Commit 96bb9a6

Browse files
authored
Update to SS:GB 10.5.0 (#153)
1 parent b1623b3 commit 96bb9a6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ repos:
3131
- id: name-tests-test
3232
args: ["--pytest-test-first"]
3333
- repo: https://github.com/abravalheri/validate-pyproject
34-
rev: v0.25
34+
rev: '0.26'
3535
hooks:
3636
- id: validate-pyproject
3737
name: Validate pyproject.toml
3838
- repo: https://github.com/PyCQA/autoflake
39-
rev: v2.3.3
39+
rev: v2.4.0
4040
hooks:
4141
- id: autoflake
4242
args: [--in-place]
4343
- repo: https://github.com/pycqa/isort
44-
rev: 9.0.0b2
44+
rev: 9.0.0b5
4545
hooks:
4646
- id: isort
4747
- repo: https://github.com/asottile/pyupgrade
@@ -77,7 +77,7 @@ repos:
7777
# - id: pyroma
7878
# args: [-n, "10", .]
7979
- repo: https://github.com/shellcheck-py/shellcheck-py
80-
rev: "v0.11.0.1"
80+
rev: "v0.11.0.1-1"
8181
hooks:
8282
- id: shellcheck
8383
- repo: https://github.com/pre-commit/pygrep-hooks

GB_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.4.1
1+
10.5.0

0 commit comments

Comments
 (0)