Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 14eb1d8

Browse files
committed
remove comments from pre-commit ci config
1 parent b887360 commit 14eb1d8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# https://pre-commit.com/
21
ci:
32
autoupdate_schedule: monthly
43
repos:
@@ -8,12 +7,10 @@ repos:
87
- id: trailing-whitespace
98
- id: end-of-file-fixer
109
- id: check-yaml
11-
# isort should run before black as black sometimes tweaks the isort output
1210
- repo: https://github.com/PyCQA/isort
1311
rev: 5.10.1
1412
hooks:
1513
- id: isort
16-
# https://github.com/python/black#version-control-integration
1714
- repo: https://github.com/psf/black
1815
rev: 22.10.0
1916
hooks:
@@ -26,33 +23,16 @@ repos:
2623
rev: 5.0.4
2724
hooks:
2825
- id: flake8
29-
# - repo: https://github.com/Carreau/velin
30-
# rev: 0.0.8
31-
# hooks:
32-
# - id: velin
33-
# args: ["--write", "--compact"]
3426
- repo: https://github.com/pre-commit/mirrors-mypy
3527
rev: v0.982
3628
hooks:
3729
- id: mypy
38-
# Copied from setup.cfg
3930
exclude: "properties|asv_bench|docs"
4031
additional_dependencies: [
41-
# Type stubs
4232
types-python-dateutil,
4333
types-pkg_resources,
4434
types-PyYAML,
4535
types-pytz,
46-
# Dependencies that are typed
4736
numpy,
4837
typing-extensions==3.10.0.0,
4938
]
50-
# run this occasionally, ref discussion https://github.com/pydata/xarray/pull/3194
51-
# - repo: https://github.com/asottile/pyupgrade
52-
# rev: v1.22.1
53-
# hooks:
54-
# - id: pyupgrade
55-
# args:
56-
# - "--py3-only"
57-
# # remove on f-strings in Py3.7
58-
# - "--keep-percent-format"

0 commit comments

Comments
 (0)