Skip to content

Commit

Permalink
Merge pull request #1125 from lsst-sqre/tickets/DM-46821
Browse files Browse the repository at this point in the history
DM-46821: Update dependencies
  • Loading branch information
rra authored Oct 11, 2024
2 parents a9ac8c6 + 3166c02 commit e56e739
Show file tree
Hide file tree
Showing 5 changed files with 1,841 additions and 2,408 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-toml
Expand All @@ -9,34 +9,34 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.8.0]
args: [-l, '79', -t, py312]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.0
rev: v9.12.0
hooks:
- id: eslint
additional_dependencies:
- '@babel/eslint-parser@7.24.1'
- '@babel/preset-react@7.24.1'
- '@babel/eslint-parser@7.25.7'
- '@babel/preset-react@7.25.7'
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- eslint-plugin-import@2.30.0
- eslint-plugin-import@2.31.0
- [email protected]
- [email protected]
- eslint-plugin-react@7.35.2
- eslint-plugin-react@7.37.1
- [email protected]
- [email protected]
Loading

0 comments on commit e56e739

Please sign in to comment.