iamgojoof6eyes commited on
Commit
fc7e764
·
1 Parent(s): c336809

Auto-update pre-commit hooks

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml CHANGED
@@ -1,6 +1,6 @@
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
4
  hooks:
5
  - id: trailing-whitespace
6
  - id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
12
  - id: check-merge-conflict
13
 
14
  - repo: https://github.com/psf/black
15
- rev: 23.12.1
16
  hooks:
17
  - id: black
18
  language_version: python3
@@ -24,7 +24,7 @@ repos:
24
  args: [--py36-plus]
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
- rev: v3.15.0
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]
 
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
  hooks:
5
  - id: trailing-whitespace
6
  - id: end-of-file-fixer
 
12
  - id: check-merge-conflict
13
 
14
  - repo: https://github.com/psf/black
15
+ rev: 24.10.0
16
  hooks:
17
  - id: black
18
  language_version: python3
 
24
  args: [--py36-plus]
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
+ rev: v3.19.0
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]