Skip to content

Commit 8ae9720

Browse files
pre-commit autoupdate
1 parent 2f458f9 commit 8ae9720

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: check-hooks-apply
66
- id: check-useless-excludes
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
exclude: >
@@ -24,7 +24,7 @@ repos:
2424
- id: debug-statements
2525
- id: check-ast
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
27-
rev: v1.5.1
27+
rev: v1.5.5
2828
hooks:
2929
- id: insert-license
3030
name: insert-py-license
@@ -61,7 +61,7 @@ repos:
6161
hooks:
6262
- id: yesqa
6363
- repo: https://github.com/mgedmin/check-manifest
64-
rev: "0.49"
64+
rev: "0.50"
6565
hooks:
6666
- id: check-manifest
6767
- repo: https://github.com/PyCQA/isort
@@ -76,18 +76,18 @@ repos:
7676
- --append-only
7777
files: ^src/snowflake/connector/.*\.py$
7878
- repo: https://github.com/asottile/pyupgrade
79-
rev: v3.15.2
79+
rev: v3.19.0
8080
hooks:
8181
- id: pyupgrade
8282
args: [--py38-plus]
8383
- repo: https://github.com/PyCQA/flake8
84-
rev: 7.0.0
84+
rev: 7.1.1
8585
hooks:
8686
- id: flake8
8787
additional_dependencies:
8888
- flake8-bugbear
8989
- repo: https://github.com/pre-commit/mirrors-mypy
90-
rev: 'v1.10.0'
90+
rev: 'v1.13.0'
9191
hooks:
9292
- id: mypy
9393
files: |
@@ -120,14 +120,14 @@ repos:
120120
- types-pyOpenSSL
121121
- types-setuptools
122122
- repo: https://github.com/psf/black
123-
rev: 24.4.2
123+
rev: 24.10.0
124124
hooks:
125125
- id: black
126126
args:
127127
- --safe
128128
language_version: python3
129129
- repo: https://github.com/pre-commit/mirrors-clang-format
130-
rev: v17.0.6
130+
rev: v19.1.3
131131
hooks:
132132
- id: clang-format
133133
types_or: [c++, c]

0 commit comments

Comments
 (0)