Skip to content

Commit

Permalink
Merge 20d8639 into 879f84f
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2024
2 parents 879f84f + 20d8639 commit 7cfe9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: 'quarterly'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
# Prevent giant files from being committed
- id: check-added-large-files
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
- id: sort-all
types: [file, python]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.5'
rev: 'v0.1.9'
hooks:
- id: ruff
args: [--fix]
2 changes: 1 addition & 1 deletion lib/cartopy/tests/io/test_ogc_clients.py
Expand Up @@ -21,8 +21,8 @@
import pytest

import cartopy.crs as ccrs
from cartopy.io.ogc_clients import _OWSLIB_AVAILABLE
import cartopy.io.ogc_clients as ogc
from cartopy.io.ogc_clients import _OWSLIB_AVAILABLE


RESOLUTION = (30, 30)
Expand Down

0 comments on commit 7cfe9f8

Please sign in to comment.