Skip to content

Commit

Permalink
Bumped versions in pre-commit and npm configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Oct 8, 2024
1 parent 4d11402 commit 22e21ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.4.2
- black==24.10.0
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.7.0
rev: v9.12.0
hooks:
- id: eslint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"npm": ">=1.3.0"
},
"devDependencies": {
"eslint": "^9.7.0",
"puppeteer": "^22.13.1",
"eslint": "^9.12.0",
"puppeteer": "^23.5.1",
"globals": "^15.8.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
Expand Down

0 comments on commit 22e21ec

Please sign in to comment.