Browse Source

⬆️ Upgrade Black (#9661)

pull/9656/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
34fca99b28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .pre-commit-config.yaml
  2. 2
      requirements-tests.txt

2
.pre-commit-config.yaml

@ -27,7 +27,7 @@ repos:
args: args:
- --fix - --fix
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.1.0 rev: 23.3.0
hooks: hooks:
- id: black - id: black
ci: ci:

2
requirements-tests.txt

@ -3,7 +3,7 @@ pytest >=7.1.3,<8.0.0
coverage[toml] >= 6.5.0,< 8.0 coverage[toml] >= 6.5.0,< 8.0
mypy ==1.3.0 mypy ==1.3.0
ruff ==0.0.272 ruff ==0.0.272
black == 23.1.0 black == 23.3.0
httpx >=0.23.0,<0.24.0 httpx >=0.23.0,<0.24.0
email_validator >=1.1.1,<2.0.0 email_validator >=1.1.1,<2.0.0
# TODO: once removing databases from tutorial, upgrade SQLAlchemy # TODO: once removing databases from tutorial, upgrade SQLAlchemy

Loading…
Cancel
Save