Skip to content

Commit c00f2db

Browse files
[pre-commit.ci] pre-commit autoupdate (#2220)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix precommit errors * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/sqlfluff/sqlfluff: 4.1.0 → 4.2.1](sqlfluff/sqlfluff@4.1.0...4.2.1) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: rlougee <rlougee@mit.edu>
1 parent e7a31e9 commit c00f2db

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ repos:
5050
- src/ol_dbt/package-lock.yml
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
5252
# Ruff version.
53-
rev: 'v0.15.12'
53+
rev: 'v0.15.13'
5454
hooks:
5555
- id: ruff-format
5656
- id: ruff-check
5757
args: [--extend-ignore=D1, --fix]
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.20.2
59+
rev: v2.1.0
6060
hooks:
6161
- id: mypy
6262
args:
@@ -71,7 +71,7 @@ repos:
7171
- types-pymysql
7272
- types-requests
7373
- repo: https://github.com/sqlfluff/sqlfluff
74-
rev: 4.1.0
74+
rev: 4.2.1
7575
hooks:
7676
- id: sqlfluff-fix
7777
# Arbitrary arguments to show an example

dg_projects/learning_resources/learning_resources/lib/google_sheets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import pygsheets
1111
from dagster import OpExecutionContext
12-
from dateutil import parser # type: ignore[import-untyped]
12+
from dateutil import parser
1313
from google.oauth2 import service_account
1414

1515

0 commit comments

Comments
 (0)