diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7bf9f7..339706c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: metadata.vscode - repo: https://github.com/ComPWA/policy - rev: 0.3.4 + rev: 0.3.11 hooks: - id: colab-toc-visible - id: check-dev-files @@ -59,7 +59,7 @@ repos: - --py37-plus - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-case-conflict - id: check-json @@ -76,7 +76,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black - id: black-jupyter @@ -106,7 +106,7 @@ repos: - --in-place - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.3 + rev: v18.1.8 hooks: - id: clang-format types_or: @@ -126,14 +126,14 @@ repos: )$ - repo: https://github.com/cmhughes/latexindent.pl - rev: V3.23.8 + rev: V3.24.4 hooks: - id: latexindent args: - "-y=defaultIndent: ' '" - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: diff --git a/src/GlueXAmplitude/AMPTOOLS_AMPS/Zlm.h b/src/GlueXAmplitude/AMPTOOLS_AMPS/Zlm.h index 9f03d52..a970eb5 100644 --- a/src/GlueXAmplitude/AMPTOOLS_AMPS/Zlm.h +++ b/src/GlueXAmplitude/AMPTOOLS_AMPS/Zlm.h @@ -32,7 +32,7 @@ class Kinematics; class Zlm : public UserAmplitude { public: - Zlm() : UserAmplitude(){}; + Zlm() : UserAmplitude() {}; Zlm(const vector &args); enum UserVars { kPgamma = 0, kCosTheta, kPhi, kBigPhi, kNumUserVars };