Skip to content

Commit

Permalink
Merge branch 'develop' into 197-hypothesis-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder authored Nov 6, 2023
2 parents dc6c700 + ff2e39c commit 84ed536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.3'
rev: 'v0.1.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
hooks:
- id: pyprojectsort
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.27.0"
rev: "0.27.1"
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ min_python_version = 3.7
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max_line_length = 89
ignore=
W503,I900,IF100,NQA102, RST212
W503,I900,IF100,NQA102,RST212,LIT002
per-file-ignores =
tests/*:S101,D103,S307,DALL000,S311,ECE001,FKA100
tests/test_geometrycollection.py: ECE001,S101,D103,S307,DALL000
tests/test_factories.py: ECE001,S10,D10,S307,DALL000,PT009,T003
tests/test_factories.py: ECE001,S10,D10,S307,DALL000,PT009,T003,CM001
tests/test_feature.py: ECE001,S10,D10,S307,DALL000,PT009,T003,P103
pygeoif/*: S604
pygeoif/types.py: A003
Expand Down

0 comments on commit 84ed536

Please sign in to comment.