Skip to content

Commit

Permalink
Merge pull request #25 from NTIA/dsp-refactor
Browse files Browse the repository at this point in the history
SCOS Actions 3.0.0
  • Loading branch information
aromanielloNTIA committed Aug 23, 2022
2 parents 5793303 + f18bc3f commit 1b88ab3
Show file tree
Hide file tree
Showing 52 changed files with 2,020 additions and 1,077 deletions.
7 changes: 0 additions & 7 deletions .isort.cfg

This file was deleted.

3 changes: 3 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
default: true
MD013:
line_length: 88
6 changes: 0 additions & 6 deletions .ml_style.rb

This file was deleted.

48 changes: 29 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-ast
types: [file, python]
- id: check-case-conflict
- id: check-docstring-first
types: [file, python]
- id: check-merge-conflict
- id: check-yaml
types: [file, yaml]
- id: debug-statements
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
types: [file, python]
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
hooks:
- id: seed-isort-config
language_version: python3.7
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- id: pyupgrade
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
language_version: python3.7
- repo: https://github.com/ambv/black
rev: 22.1.0
name: isort (python)
types: [file, python]
args: ["--profile", "black", "--filter-files", "--gitignore"]
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
language_version: python3.7
# TODO markdownlint broken
# - repo: https://github.com/markdownlint/markdownlint
# rev: v0.11.0
# hooks:
# - id: markdownlint
# args: [-s, .ml_style.rb, README.md]
# exclude: GitHubRepoPublicReleaseApproval.md|LICENSE.md
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
hooks:
- id: markdownlint
types: [file, markdown]
exclude: GitHubRepoPublicReleaseApproval.md|LICENSE.md
16 changes: 0 additions & 16 deletions .vscode/launch.json

This file was deleted.

13 changes: 0 additions & 13 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 1b88ab3

Please sign in to comment.