Skip to content

Commit d16a5e7

Browse files
authored
Merge pull request #11 from TotallyNotRobots/update/pre-commit-config-yaml
chore(deps): Update .pre-commit-config.yaml
2 parents ca4f716 + cda0ca5 commit d16a5e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/commitizen-tools/commitizen
3-
rev: "8519ca470e88f8c7eb30dfe31cad2b0dd8acfea2" # frozen: v4.2.1
3+
rev: "c710c9f541ae452547fdce5c360929f007ec4867" # frozen: v4.8.3
44
hooks:
55
- id: commitizen
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: "cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b" # frozen: v5.0.0
7+
rev: "3e8a8703264a2f4a69428a0aa4dcb512790b2c8c" # frozen: v6.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
@@ -13,19 +13,19 @@ repos:
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pycqa/isort
16-
rev: "0a0b7a830386ba6a31c2ec8316849ae4d1b8240d" # frozen: 6.0.0
16+
rev: "c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc" # frozen: 6.0.1
1717
hooks:
1818
- id: isort
1919
- repo: https://github.com/andreoliwa/nitpick
2020
rev: "36d4912df1f0bd2ed8cc535b57c5ba3b09ce3d46" # frozen: v0.35.0
2121
hooks:
2222
- id: nitpick
2323
- repo: "https://github.com/TotallyNotRobots/check-spdx-header"
24-
rev: 'c5b3cb2f735d44f46ad132426fca49f418d73ba6' # frozen: 0.1.0a3
24+
rev: '9f8768b9c1e5a35bbf5542a15ebe0af398f18888' # frozen: 0.1.1
2525
hooks:
2626
- id: fix-spdx-header
2727
- repo: https://github.com/ikamensh/flynt
28-
rev: "651c822fdcf45fffcf9743dc755085f32acb65e3" # frozen: 1.0.1
28+
rev: "97be693bf18bc2f050667dd282d243e2824b81e2" # frozen: 1.0.6
2929
hooks:
3030
- id: flynt
3131
- repo: https://github.com/codespell-project/codespell
@@ -35,7 +35,7 @@ repos:
3535
- tomli ; python_version < '3.11'
3636
id: codespell
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: 'ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2' # frozen: v3.19.1
38+
rev: '37bfa06d791fd38fb4e54910b36a2ff57641b074' # frozen: v3.20.0
3939
hooks:
4040
- id: pyupgrade
4141
args:

0 commit comments

Comments
 (0)