Skip to content

Commit

Permalink
Merge branch 'main' into ci/release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored Oct 9, 2023
2 parents d1f9824 + dbd6d7f commit c2f87e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -32,7 +32,7 @@ repos:
exclude: __init__.py
args: [--application-directories=src, --add-import, 'from __future__ import annotations']
- repo: https://github.com/datarootsio/databooks
rev: 1.3.9
rev: 1.3.10
hooks:
- id: databooks-meta
args: [--cell-fields-keep=id]
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
- id: mypy
additional_dependencies: [types-all, pandas-stubs, types-tqdm]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-builtin-literals
- id: check-case-conflict
Expand Down Expand Up @@ -114,7 +114,7 @@ repos:
'--ignore=D103,D213',
]
- repo: https://github.com/PyCQA/pylint
rev: v3.0.0
rev: v3.0.1
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit c2f87e3

Please sign in to comment.