Skip to content

Commit

Permalink
[requirements] Update formatting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
drcpu-github committed Mar 14, 2024
1 parent 11d7fc5 commit 6c79cb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
files: api/|blockchain/|mockups/|schemas/|scripts/|tests/
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["-c"]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.2.0
hooks:
- id: black
args: ["--check"]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
args: ["--extend-ignore=E203,E501"]
Expand Down
8 changes: 4 additions & 4 deletions requirements/formatting.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==23.7.0
flake8==6.0.0
flake8-bugbear==23.9.16
black==24.2.0
flake8==7.0.0
flake8-bugbear==24.2.6
flake8-implicit-str-concat==0.4.0
isort==5.10.1
isort==5.13.2
pre-commit==3.3.3

0 comments on commit 6c79cb9

Please sign in to comment.