Skip to content

Commit 7dbc85a

Browse files
authored
Merge pull request #316 from dbt-msft/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5075102 + 2855821 commit 7dbc85a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: mixed-line-ending
2222
- id: check-docstring-first
2323
- repo: 'https://github.com/adrienverge/yamllint'
24-
rev: v1.28.0
24+
rev: v1.31.0
2525
hooks:
2626
- id: yamllint
2727
args:
@@ -32,13 +32,13 @@ repos:
3232
hooks:
3333
- id: absolufy-imports
3434
- repo: 'https://github.com/hadialqattan/pycln'
35-
rev: v2.1.2
35+
rev: v2.1.3
3636
hooks:
3737
- id: pycln
3838
args:
3939
- '--all'
4040
- repo: 'https://github.com/pycqa/isort'
41-
rev: 5.10.1
41+
rev: 5.12.0
4242
hooks:
4343
- id: isort
4444
args:
@@ -50,7 +50,7 @@ repos:
5050
- '--python-version'
5151
- '39'
5252
- repo: 'https://github.com/psf/black'
53-
rev: 22.10.0
53+
rev: 23.3.0
5454
hooks:
5555
- id: black
5656
args:
@@ -78,7 +78,7 @@ repos:
7878
stages:
7979
- manual
8080
- repo: 'https://github.com/pre-commit/mirrors-mypy'
81-
rev: v0.991
81+
rev: v1.2.0
8282
hooks:
8383
- id: mypy
8484
args:

0 commit comments

Comments
 (0)