Skip to content

Commit bc978be

Browse files
authored
fix: update certifi to 2022.12.07 (#246)
* fix: update certifi to 2022.12.07 * chore: remove isort
1 parent b468895 commit bc978be

File tree

3 files changed

+7
-37
lines changed

3 files changed

+7
-37
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ repos:
88
rev: 22.10.0
99
hooks:
1010
- id: black
11-
- repo: https://github.com/PyCQA/isort
12-
rev: 5.10.1
13-
hooks:
14-
- id: isort
1511
- repo: https://github.com/PyCQA/flake8
1612
rev: 5.0.4
1713
hooks:

poetry.lock

Lines changed: 6 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ mkdocs = "^1.4.2"
3535
mkdocs-material = "^8.5.10"
3636
mkdocstrings = "0.18.0"
3737

38-
[tool.isort]
39-
profile = "black"
40-
4138
[build-system]
4239
requires = ["poetry>=1.0.0"]
43-
build-backend = "poetry.masonry.api"
40+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)