Skip to content

Commit

Permalink
Merge pull request #598 from ggmarshall/main
Browse files Browse the repository at this point in the history
increase pycln version to fix pc error
  • Loading branch information
gipert authored Feb 18, 2025
2 parents fd3569f + 1067bb6 commit decb018
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
stages: [manual]

- repo: https://github.com/hadialqattan/pycln
rev: "v2.4.0"
rev: "v2.5.0"
hooks:
- id: pycln
args: [--all]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ ignore-words-list = "hist, gaus, nd, ans, crate, nin, puls, spms, fom, FOM"
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = ["error", 'ignore:\nPyarrow:DeprecationWarning']
log_cli_level = "info"
testpaths = "tests"

Expand Down
2 changes: 1 addition & 1 deletion src/pygama/evt/modules/xtalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import awkward as ak
import numpy as np
from legendmeta.catalog import Props
from dbetto import Props
from lgdo import lh5, types
from numpy.typing import ArrayLike

Expand Down

0 comments on commit decb018

Please sign in to comment.