Skip to content

Commit

Permalink
Merge pull request #118 from data-engineering-collective/pre-commit-a…
Browse files Browse the repository at this point in the history
…utoupdate

Auto-update pre-commit hooks
  • Loading branch information
xhochy authored Mar 4, 2024
2 parents 55180bc + 015ea78 commit b5e2d9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Run ruff first because autofix behaviour is enabled
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
rev: "0.2.0"
rev: "0.3.0"
hooks:
- id: ruff-conda
- id: ruff-format-conda
Expand All @@ -18,7 +18,7 @@ repos:
- types-boto
- boto3-stubs
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 3.15.0
rev: 3.15.1
hooks:
- id: pyupgrade-conda
args:
Expand Down
1 change: 1 addition & 0 deletions minimalkv/net/_azurestore_new.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Implement the AzureBlockBlobStore for `azure-storage-blob~=12`."""

import io
from contextlib import contextmanager
from typing import Optional
Expand Down
1 change: 1 addition & 0 deletions minimalkv/net/_azurestore_old.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Implement the AzureBlockBlobStore for ``azure-storage-blob<12``."""

import io
from contextlib import contextmanager

Expand Down

0 comments on commit b5e2d9e

Please sign in to comment.