Skip to content

Commit 93fecb6

Browse files
committed
feat: Bump versions
1 parent 9ed7204 commit 93fecb6

File tree

6 files changed

+1050
-847
lines changed

6 files changed

+1050
-847
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,29 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 23.1.0
4-
hooks:
5-
- id: black
6-
- repo: https://github.com/pycqa/flake8
7-
rev: 6.0.0
8-
hooks:
9-
- id: flake8
10-
- repo: https://github.com/pycqa/isort
11-
rev: 5.12.0
12-
hooks:
13-
- id: isort
14-
args: [ --filter-files ]
15-
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.1.1
17-
hooks:
18-
- id: mypy
192
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.4.0
3+
rev: v4.6.0
214
hooks:
22-
- id: check-added-large-files
23-
args: [ --maxkb=800 ]
245
- id: check-merge-conflict
256
- id: trailing-whitespace
267
- id: end-of-file-fixer
278
- id: check-docstring-first
9+
- id: check-added-large-files
2810
- id: check-yaml
2911
- id: debug-statements
3012
- id: detect-aws-credentials
3113
args: [ --allow-missing-credentials ]
3214
- id: detect-private-key
33-
- id: mixed-line-ending
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
16+
rev: v0.4.8
17+
hooks:
18+
- id: ruff
19+
args: [--fix, --exit-non-zero-on-fix]
20+
- id: ruff-format
3421
- repo: https://github.com/asottile/add-trailing-comma
35-
rev: v2.4.0
22+
rev: v3.1.0
3623
hooks:
3724
- id: add-trailing-comma
38-
- repo: https://github.com/sqlfluff/sqlfluff
39-
rev: 2.1.3
25+
- repo: https://github.com/pre-commit/mirrors-mypy
26+
rev: v1.10.0
4027
hooks:
41-
- id: sqlfluff-lint
42-
stages: [manual]
43-
additional_dependencies : ['sqlfluff-templater-dbt', 'dbt-postgres']
44-
- id: sqlfluff-fix
45-
stages: [manual]
46-
additional_dependencies: [ 'sqlfluff-templater-dbt', 'dbt-postgres']
47-
verbose: true
28+
- id: mypy
29+
args: [ --config-file=pyproject.toml ]

0 commit comments

Comments
 (0)