Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 9f235fc

Browse files
committed
packages
1 parent 5c899c1 commit 9f235fc

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1+
default_language_version:
2+
python: python3
3+
4+
ci:
5+
autofix_prs: true
6+
autoupdate_commit_msg: "[pre-commit.ci] pre-commit suggestions"
7+
autoupdate_schedule: quarterly
8+
# submodules: true
9+
110
repos:
211
- repo: https://github.com/psf/black
312
rev: 22.3.0
413
hooks:
514
- id: black
6-
args: [ --config=pyproject.toml ]
15+
args: ["--config=pyproject.toml"]
16+
717
- repo: https://github.com/pycqa/flake8.git
818
rev: 4.0.1
919
hooks:
1020
- id: flake8
11-
args: [ --config=.flake8 ]
12-
additional_dependencies: [ flake8-docstrings==1.6.0 ]
21+
args: ["--config=.flake8"]
22+
additional_dependencies:
23+
- "flake8-docstrings==1.6.0"

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
"pytest",
4141
"mock",
4242
"pre-commit",
43-
"black ==22.3.0",
44-
"flake8 ==4.0.1",
45-
"flake8-docstrings ==1.6.0",
4643
],
4744
}
4845

0 commit comments

Comments
 (0)