Skip to content

Commit 8515beb

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.0.1](PyCQA/autoflake@v2.0.0...v2.0.1) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathias.hauser@env.ethz.ch>
1 parent d051cbf commit 8515beb

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111
# This wants to go before isort & flake8
1212
- repo: https://github.com/PyCQA/autoflake
13-
rev: "v2.0.0"
13+
rev: "v2.0.1"
1414
hooks:
1515
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
1616
args: ["--in-place", "--ignore-init-module-imports"]
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121
# https://github.com/python/black#version-control-integration
2222
- repo: https://github.com/psf/black
23-
rev: 22.12.0
23+
rev: 23.1.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8

mplotutils/cartopy_utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ def ylabel_map(s, *, labelpad=None, size=None, weight=None, y=0.5, ax=None, **kw
192192
return h
193193

194194

195-
# =============================================================================
196-
197-
198195
@_deprecate_positional_args("0.3")
199196
def xlabel_map(s, *, labelpad=None, size=None, weight=None, x=0.5, ax=None, **kwargs):
200197
"""add xlabel to cartopy plot
@@ -257,9 +254,6 @@ def xlabel_map(s, *, labelpad=None, size=None, weight=None, x=0.5, ax=None, **kw
257254
return h
258255

259256

260-
# =============================================================================
261-
262-
263257
@_deprecate_positional_args("0.3")
264258
def yticklabels(
265259
y_ticks,

0 commit comments

Comments
 (0)