Skip to content

Commit

Permalink
Merge pull request #45 from NTIA/troubleshoot-segfaults
Browse files Browse the repository at this point in the history
Update SCOS Actions and pre-commit hooks
  • Loading branch information
dboulware committed Jun 29, 2023
2 parents b6786b6 + c91d118 commit 1565959
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -18,10 +18,10 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.1
hooks:
- id: pyupgrade
args: ["--py3-plus"]
args: ["--py38-plus"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand All @@ -30,12 +30,12 @@ repos:
types: [file, python]
args: ["--profile", "black", "--filter-files", "--gitignore"]
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.35.0
hooks:
- id: markdownlint
types: [file, markdown]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -212,7 +212,7 @@ TEKTRONIX and TEK are registered trademarks of Tektronix, Inc.

## Contact

For technical questions about `scos_tekrsa`, contact Anthony Romaniello, aromaniello@ntia.gov
For technical questions about `scos_tekrsa`, contact Anthony Romaniello, <aromaniello@ntia.gov>

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -41,7 +41,7 @@ classifiers = [
dependencies = [
"environs>=9.5.0",
"tekrsa-api-wrap>=1.3.2",
"scos_actions @ git+https://github.com/NTIA/scos-actions@6.3.0",
"scos_actions @ git+https://github.com/NTIA/scos-actions@6.3.1",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/scos_tekrsa/__init__.py
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "3.1.1"

0 comments on commit 1565959

Please sign in to comment.