Skip to content

Commit

Permalink
drop black for ruff-format
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 2, 2023
1 parent 4a848bb commit beb78b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ default_language_version:
exclude: "^src/atomate2/vasp/schemas/calc_types/"
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.3
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand All @@ -15,10 +16,6 @@ repos:
args: [--remove]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
Expand Down Expand Up @@ -59,5 +56,8 @@ repos:
hooks:
- id: codespell
stages: [commit, commit-msg]
args: [--ignore-words-list, "titel,statics,ba,nd,te,atomate"]
args:
- --ignore-words-list
- "titel,statics,ba,nd,te,atomate"
- --check-filenames
types_or: [python, rst, markdown]

0 comments on commit beb78b1

Please sign in to comment.