Skip to content

Commit 708a140

Browse files
committed
Update
1 parent 36f2cb2 commit 708a140

File tree

6 files changed

+504
-678
lines changed

6 files changed

+504
-678
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -13,29 +13,29 @@ repos:
1313
- id: mixed-line-ending
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.7.0
16+
rev: 24.3.0
1717
hooks:
1818
- id: black
1919

2020
- repo: https://github.com/asottile/blacken-docs
21-
rev: 1.15.0
21+
rev: 1.16.0
2222
hooks:
2323
- id: blacken-docs
2424
additional_dependencies: [black]
2525

2626
- repo: https://github.com/timothycrosley/isort
27-
rev: 5.12.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
args: ["--profile", "black", "--filter-files"]
3131

3232
- repo: https://github.com/pycqa/flake8
33-
rev: 6.1.0
33+
rev: 7.0.0
3434
hooks:
3535
- id: flake8
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.10.1
38+
rev: v3.15.2
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]

Pipfile

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ types-requests = "*"
1616
geojson = "*"
1717
click = "*"
1818
requests = "*"
19-
bs4 = "*"
20-
lxml = "*"
2119

2220
[requires]
2321
python_version = "3.10"

0 commit comments

Comments
 (0)