Skip to content

Commit 7d187c4

Browse files
[Automated] Update pre-commit hooks (#297)
Co-authored-by: Mike Alfare <mike.alfare@dbtlabs.com> Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
1 parent 4df6e54 commit 7d187c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: dbt-core-in-adapters-check
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.4.0
21+
rev: 24.8.0
2222
hooks:
2323
- id: black
2424
args:
@@ -30,7 +30,7 @@ repos:
3030
- --force-exclude=dbt/adapters/events/adapter_types_pb2.py
3131

3232
- repo: https://github.com/pycqa/flake8
33-
rev: 7.0.0
33+
rev: 7.1.1
3434
hooks:
3535
- id: flake8
3636
exclude: dbt/adapters/events/adapter_types_pb2.py|tests/functional/
@@ -41,7 +41,7 @@ repos:
4141
- --per-file-ignores=*/__init__.py:F401,*/conftest.py:F401
4242

4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.9.0
44+
rev: v1.11.2
4545
hooks:
4646
- id: mypy
4747
exclude: dbt/adapters/events/adapter_types_pb2.py|dbt-tests-adapter/dbt/__init__.py

0 commit comments

Comments
 (0)