浏览代码

Remove black formatting from cherry-pick

Sasha Boginsky 2 年之前
父节点
当前提交
5b5e9282e3
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 0 4
      .pre-commit-config.yaml
  2. 1 1
      docs/development.rst

+ 0 - 4
.pre-commit-config.yaml

@@ -1,8 +1,4 @@
 repos:
--   repo: https://github.com/psf/black
-    rev: 23.1.0
-    hooks:
-    -   id: black
 -   repo: https://github.com/pycqa/flake8
     rev: 6.0.0
     hooks:

+ 1 - 1
docs/development.rst

@@ -164,7 +164,7 @@ virtual env and run::
   pip install -r requirements.d/development.txt
 
 
-This project utilizes pre-commit to format and lint code before it is committed.
+This project utilizes pre-commit to lint code before it is committed.
 Although pre-commit is installed when running the command above, the pre-commit hooks
 will have to be installed separately. Run this command to install the pre-commit hooks::