summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2023-02-26 02:52:51 +0100
committerGitHub <noreply@github.com>2023-02-25 17:52:51 -0800
commit045c46c2ef652b8793bfd36ce31400c693b54438 (patch)
tree0947802ebdbbfee6cdf04a3be7dc1e24ff839020 /.pre-commit-config.yaml
parent0b0a5fc5c512c2cbacd374860e47742e48a8dcfe (diff)
downloadnetworkx-045c46c2ef652b8793bfd36ce31400c693b54438.tar.gz
Start using ruff for pyupgrade and isort (#6441)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b822734b..886c2b93 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,22 +6,10 @@ repos:
rev: 23.1.0
hooks:
- id: black
- - repo: https://github.com/asottile/pyupgrade
- rev: v3.3.1
- hooks:
- - id: pyupgrade
- args: [--py38-plus]
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
hooks:
- id: blacken-docs
- - repo: https://github.com/pycqa/isort
- rev: 5.12.0
- hooks:
- - id: isort
- name: isort (python)
- args: ["--profile", "black", "--filter-files", "--skip", "__init__.py"]
- files: ^networkx/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks: