Skip to content

Commit

Permalink
Merge dev into samukweku/polars_pivot_longer_improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl authored Jul 4, 2024
2 parents a9e344c + 65ccf97 commit 08fe245
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 @@ -28,14 +28,14 @@ repos:

# The interim replacement for darglint is pydoclint.
- repo: https://github.com/jsh9/pydoclint
rev: 0.4.2
rev: 0.5.3
hooks:
- id: pydoclint
args:
- "--config=pyproject.toml"
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.9
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]

0 comments on commit 08fe245

Please sign in to comment.