Skip to content

Commit

Permalink
Merge pull request #1266 from scikit-hep/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci(pre-commit): pre-commit autoupdate
  • Loading branch information
ikrommyd authored Feb 11, 2025
2 parents 8beb511 + 45d8772 commit d1af992
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
language_version: python3
Expand Down Expand Up @@ -48,14 +48,14 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --show-fixes]


- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
args: ["--skip=*.ipynb,*.svg","-L HEP,hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd,fPt,fpt,Ser,ser,hda"]
4 changes: 1 addition & 3 deletions src/coffea/nanoevents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""NanoEvents and helpers
"""
"""NanoEvents and helpers"""

from coffea.nanoevents.factory import NanoEventsFactory
from coffea.nanoevents.schemas import (
Expand Down
5 changes: 1 addition & 4 deletions src/coffea/processor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""A framework for analysis scale-out
"""
"""A framework for analysis scale-out"""

from .processor import ProcessorABC

Expand Down
4 changes: 1 addition & 3 deletions src/coffea/util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Utility functions
"""
"""Utility functions"""

import base64
import gzip
Expand Down

0 comments on commit d1af992

Please sign in to comment.