Skip to content

Commit

Permalink
Merge pull request #264 from NNPDF/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
felixhekhorn authored Feb 21, 2024
2 parents a6afbc5 + be27009 commit 99d3534
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: debug-statements
exclude: "debug.py"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -27,7 +27,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
- repo: https://github.com/hadialqattan/pycln
Expand All @@ -44,6 +44,6 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.1
rev: v3.6.2
hooks:
- id: validate_manifest
1 change: 1 addition & 0 deletions src/yadism/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Yet Another DIS Module."""

from . import version
from .runner import Runner

Expand Down
1 change: 1 addition & 0 deletions src/yadism/log.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module controlling the log outputs."""

import logging
import os

Expand Down
1 change: 1 addition & 0 deletions src/yadism/observable_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
with and whether or not the given flavor is heavy.
"""

fake_kind = "??"
sfs = ["F2", "FL", "F3", "g1", "gL", "g4"]
# xs = ["XSreduced", "XSyreduced"]
Expand Down
1 change: 1 addition & 0 deletions src/yadism/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Placeholder for versionning."""

__version__ = "0.0.0"
1 change: 1 addition & 0 deletions src/yadism/xs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
combination of them.
"""

import logging

from .esf import exs
Expand Down

0 comments on commit 99d3534

Please sign in to comment.