Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/matplotlib-gte-3.0.0-and-lt-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored Sep 26, 2023
2 parents 4e05c31 + 9b91cab commit 0e59003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -31,7 +31,7 @@ repos:
exclude: __init__.py
args: [--application-directories=src, --add-import, 'from __future__ import annotations']
- repo: https://github.com/datarootsio/databooks
rev: 1.3.8
rev: 1.3.9
hooks:
- id: databooks-meta
args: [--cell-fields-keep=id]
Expand Down

0 comments on commit 0e59003

Please sign in to comment.