Skip to content

Commit 40531cc

Browse files
authored
Merge pull request #75 from VERITAS-Observatory/v490.7.1-dev2
v490.7.1 dev2
2 parents 8a14f25 + 616bbcc commit 40531cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
# https://pycqa.github.io/isort/docs/configuration/black_compatibility.html#integration-with-pre-commit
33
- repo: https://github.com/pycqa/isort
4-
rev: 5.13.2
4+
rev: 6.0.0
55
hooks:
66
- id: isort
77
args: ["--profile", "black", "--filter-files"]
88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
args: ["--line-length=100"]
1313
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html?highlight=other%20tools#flake8
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.1.1
15+
rev: 7.1.2
1616
hooks:
1717
- id: flake8
1818
args: ["--max-line-length=100", "--extend-ignore=E203,E712"]
@@ -26,7 +26,7 @@ repos:
2626
- id: check-shebang-scripts-are-executable
2727
# codespell
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.3.0
29+
rev: v2.4.1
3030
hooks:
3131
- id: codespell
3232
args: [

GammaHadronCutFiles/ANASUM.GammaHadron-Cut-NTel2-PointSource-SuperSoft-TMVA-BDT.dat renamed to GammaHadronCutFiles/ANASUM.GammaHadron-Cut-NTel2-PointSource-SuperSoft-NN-TMVA-BDT.dat

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
NTel2-PointSource-SuperSoft-TMVA-BDT
1+
NTel2-PointSource-SuperSoft-NN-TMVA-BDT
22
NTel2-PointSource-SuperSoft

0 commit comments

Comments
 (0)