Skip to content

Commit

Permalink
Merge branch 'main' into idfilters
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Aug 11, 2023
2 parents 804700b + df9bd2c commit 2039e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
skip: ['yesqa', 'no-commit-to-branch']
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
rev: v0.0.282
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
Expand All @@ -22,7 +22,7 @@ repos:
'--remove-duplicate-keys',
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -75,7 +75,7 @@ repos:
- types-toml
- typing-extensions
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: *flake8deps
Expand Down Expand Up @@ -107,7 +107,7 @@ repos:
additional_dependencies:
- bandit[toml]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.1
hooks:
- id: prettier
args: ['--single-quote', '--trailing-comma', 'es5']
Expand Down

0 comments on commit 2039e18

Please sign in to comment.