Skip to content

Commit aae2fd3

Browse files
authored
Merge branch 'main' into dev/gbif
2 parents 943e143 + f3e11db commit aae2fd3

File tree

17 files changed

+3791
-772
lines changed

17 files changed

+3791
-772
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# See https://pre-commit.com for more information
2-
# See https://pre-commit.com/hooks.html for more hooks
31
repos:
42
- repo: https://github.com/pre-commit/pre-commit-hooks
53
rev: v3.2.0
@@ -12,18 +10,8 @@ repos:
1210
rev: 24.3.0
1311
hooks:
1412
- id: black
15-
- repo: https://github.com/PyCQA/docformatter
16-
rev: master
17-
hooks:
18-
- id: docformatter
19-
additional_dependencies: [tomli]
2013
- repo: https://github.com/pre-commit/mirrors-isort
2114
rev: v5.10.1
2215
hooks:
2316
- id: isort
2417
additional_dependencies: [toml]
25-
# - repo: https://github.com/pycqa/isort
26-
# rev: 5.11.2
27-
# hooks:
28-
# - id: isort
29-
# name: isort (python)

0 commit comments

Comments
 (0)