Skip to content

Commit

Permalink
Merge pull request #1884 from landlab/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mcflugen committed Apr 11, 2024
2 parents 92297a1 + 5ffe866 commit a563142
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
language: pygrep

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
name: black
Expand All @@ -41,7 +41,7 @@ repos:
hooks:
- id: blackdoc
description: "Black for doctests"
additional_dependencies: ["black==24.2.0"]
additional_dependencies: ["black==24.3.0"]
- id: blackdoc-autoupdate-black


Expand All @@ -55,7 +55,7 @@ repos:
- flake8-simplify

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.4
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args: ["--py310-plus"]
Expand All @@ -75,7 +75,7 @@ repos:
args: [--drop-empty-cells]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand All @@ -92,7 +92,7 @@ repos:
types: [cython]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
Expand Down

0 comments on commit a563142

Please sign in to comment.