Skip to content

Commit af8fe8f

Browse files
Run pre-commit autoupdate (#24)
* Run pre-commit autoupdate Signed-off-by: Alex Nelson <alexander.nelson@nist.gov> * Trigger validate.yml on pull request Signed-off-by: Alex Nelson <alexander.nelson@nist.gov> --------- Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent a715857 commit af8fe8f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Repository Checks
22

3-
on: [ push ]
3+
on:
4+
- pull_request
5+
- push
46

57
jobs:
68
lint:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.1.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 6.0.0
7+
rev: 7.2.0
88
hooks:
99
- id: flake8
1010
args: [--max-line-length=118]
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.12.0
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515
name: isort (python)

0 commit comments

Comments
 (0)