Skip to content

Commit

Permalink
⚡🔧 chore(pyproject): Update rest_framework min version & pytest marker
Browse files Browse the repository at this point in the history
  • Loading branch information
MEHRSHAD-MIRSHEKARY committed Sep 26, 2024
1 parent 67d4a89 commit 74dcba9
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 146 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ repos:

- repo: local
hooks:
# - id: pytest
# name: Pytest
# entry: poetry run pytest -v
# language: system
# types: [ python ]
# stages: [ commit ]
# pass_filenames: false
# always_run: true
- id: pytest
name: Pytest
entry: poetry run pytest -v
language: system
types: [ python ]
stages: [ commit ]
pass_filenames: false
always_run: true

- id: pylint
name: pylint
Expand Down
Loading

0 comments on commit 74dcba9

Please sign in to comment.