Skip to content

Commit 43c076a

Browse files
committed
pre-commit updates; disable two of the more annoying ruff rulesets
1 parent 4a641ec commit 43c076a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ repos:
2424
- id: rst-backticks
2525
- id: rst-directive-colons
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.0-alpha.9-for-vscode
27+
rev: v3.0.0
2828
hooks:
2929
- id: prettier
3030
types_or: [javascript, css]
3131
args:
3232
- --trailing-comma=es5
3333
- repo: https://github.com/pre-commit/mirrors-eslint
34-
rev: v8.43.0
34+
rev: v8.44.0
3535
hooks:
3636
- id: eslint
3737
files: \.js?$
3838
types: [file]
3939
args:
4040
- --fix
4141
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: 'v0.0.275'
42+
rev: 'v0.0.277'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
5050
language_version: python3
5151
entry: black --target-version=py38
5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 0.12.1
53+
rev: 0.13.0
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,10 @@ extend-select = [
6767
"FBT",
6868
# flake8-bugbear
6969
"B",
70-
# flake8-builtins
71-
# "A",
7270
# flake8-comprehensions
7371
"C4",
7472
# flake8-django
7573
"DJ",
76-
# flake8-logging-format
77-
"G",
7874
# flake8-pie
7975
"PIE",
8076
# flake8-simplify

0 commit comments

Comments
 (0)