Skip to content

Commit 0357f72

Browse files
authored
Merge pull request #161 from csdms/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ee7d751 + d5f412b commit 0357f72

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.1.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
name: black
@@ -13,7 +13,7 @@ repos:
1313
types_or: [python, pyi]
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 6.0.0
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies:
@@ -22,19 +22,19 @@ repos:
2222
- flake8-simplify
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.3.1
25+
rev: v3.19.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py39-plus]
2929

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 5.12.0
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434
files: \.py$
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v4.4.0
37+
rev: v5.0.0
3838
hooks:
3939
- id: check-builtin-literals
4040
- id: check-added-large-files

docs/source/images/visualize_grids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
This example is based on the matplotlib demo of a PathPatch object,
55
https://matplotlib.org/examples/shapes_and_collections/path_patch_demo.html.
66
"""
7+
78
import matplotlib.patches as mpatches
89
import matplotlib.path as mpath
910
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)