Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2024
1 parent b8c5cae commit 037c3c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/GlueXAmplitude/AMPTOOLS_AMPS/Zlm.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Kinematics;
class Zlm : public UserAmplitude<Zlm> {

public:
Zlm() : UserAmplitude<Zlm>(){};
Zlm() : UserAmplitude<Zlm>() {};
Zlm(const vector<string> &args);

enum UserVars { kPgamma = 0, kCosTheta, kPhi, kBigPhi, kNumUserVars };
Expand Down

0 comments on commit 037c3c1

Please sign in to comment.