Skip to content

Commit

Permalink
Update scos-actions and pre-commit hooks (#47)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks

* Update actions branch for testing

* Use tagged scos-actions 6.3.3

* Update package version
  • Loading branch information
aromanielloNTIA committed Sep 8, 2023
1 parent bd741ba commit 7cb7aa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.1
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -30,7 +30,7 @@ repos:
types: [file, python]
args: ["--profile", "black", "--filter-files", "--gitignore"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
types: [file, python]
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.2",
"scos_actions @ git+https://github.com/NTIA/scos-actions@6.3.3",
]

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

0 comments on commit 7cb7aa0

Please sign in to comment.