Skip to content

Commit

Permalink
Merge branch 'main' into list-columns-unique
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Apr 10, 2024
2 parents 2101f0f + 0eac702 commit 66c32d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: detect-private-key
- id: check-ast
Expand All @@ -36,3 +36,9 @@ repos:
Fix the merge conflicts manually and remove the .rej files.
language: fail
files: '.*\.rej$'
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ skip = [
"docs/references.md",
"docs/notebooks/example.ipynb",
]

[tool.codespell]
ignore-words-list = "theis,coo,homogenous"

0 comments on commit 66c32d8

Please sign in to comment.