Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into add-typer-cli

Conflicts:
	poetry.lock
	pyproject.toml
	regtech_data_validator/create_schemas.py
	regtech_data_validator/main.py
	regtech_data_validator/phase_validations.py
	tests/test_sample_data.py
  • Loading branch information
hkeeler committed Nov 2, 2023
2 parents b27b749 + ba6a1c4 commit 6f36b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
version: "~= 22.0"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ exclude = '''
| .gitignore
| .github
| data
| tools
)/
'''

Expand Down

0 comments on commit 6f36b99

Please sign in to comment.