Skip to content

Commit

Permalink
pre-commit hook changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Apr 14, 2024
1 parent d77ba51 commit 036b6af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Check dependencies with pip-audit
if: matrix.os == 'ubuntu-latest'
run: |
pip-audit
pip-audit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[![CI](https://img.shields.io/github/actions/workflow/status/mrsmrynk/aviary/ci.yaml?branch=main&color=black&label=CI&logo=GitHub)](https://github.com/mrsmrynk/aviary/actions/workflows/ci.yaml)
[![Coverage](https://img.shields.io/codecov/c/github/mrsmrynk/aviary/main?color=black&label=Coverage&logo=codecov&logoColor=white)](https://app.codecov.io/gh/mrsmrynk/aviary)

</div>
</div>
2 changes: 1 addition & 1 deletion dev/pre_commit_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
hooks:
- id: ruff
- id: ruff
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pyproj==3.6.1
pytest==8.1.1
pytest-cov==5.0.0
ruff==0.3.7
shapely==2.0.3
shapely==2.0.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ extend-select = [
"C901",
"E",
"W",
]
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
geopandas==0.14.3
numpy==1.26.4
pyproj==3.6.1
shapely==2.0.3
shapely==2.0.3

0 comments on commit 036b6af

Please sign in to comment.