Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: '24.2.0'
- repo: https://github.com/psf/black-pre-commit-mirror
rev: '26.1.0'
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: '7.0.0' # pick a git hash / tag to point to
rev: '7.3.0' # pick a git hash / tag to point to
hooks:
- id: flake8
1 change: 1 addition & 0 deletions process-pull-request
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""
Process a PR given a repository and PR id number.
"""

import os
import argparse
from socket import setdefaulttimeout
Expand Down
1 change: 1 addition & 0 deletions upload-job-logfiles
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""
Upload logfiles to Gist
"""

import sys
import os
from socket import setdefaulttimeout
Expand Down
Loading