Skip to content

Commit

Permalink
Mise à jour des dépendances python (#105)
Browse files Browse the repository at this point in the history
* Update deps

* Fix pre-commit update
  • Loading branch information
Ash-Crow authored Feb 21, 2024
1 parent cfc2bdb commit 911b15a
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 340 deletions.
29 changes: 14 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
exclude: 'dsfr/static/dsfr/dist'
exclude: dsfr/static/dsfr/dist
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.1
hooks:
- id: djlint-reformat-django
- id: djlint-django
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.2.2
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.2.0
hooks:
- id: black
language_version: python3.11
args:
- --line-length=88
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.7
hooks:
- id: bandit
language_version: python3
exclude: /tests/
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.33.0
hooks:
- id: djlint-reformat-django
- id: djlint-django
Loading

0 comments on commit 911b15a

Please sign in to comment.