Skip to content

Commit

Permalink
Merge pull request #55 from NTIA/update-precommit-hooks
Browse files Browse the repository at this point in the history
Update precommit hooks
  • Loading branch information
aromanielloNTIA authored Nov 17, 2022
2 parents e94cd63 + dc1f0ab commit 1d2b669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v3.2.2
hooks:
- id: pyupgrade
args: ["--py3-plus"]
Expand All @@ -30,12 +30,12 @@ repos:
types: [file, python]
args: ["--profile", "black", "--filter-files", "--gitignore"]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.2
hooks:
- id: markdownlint
types: [file, markdown]
Expand Down
3 changes: 1 addition & 2 deletions scos_actions/hardware/mocks/mock_gps.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import logging
from datetime import datetime

from scos_actions.hardware.gps_iface import GPSInterface

import logging

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 1d2b669

Please sign in to comment.