Skip to content

Commit

Permalink
build: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Sep 3, 2024
1 parent dbd0493 commit 208c840
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 577 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default_stages: [commit, push]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
files: README.rst
name: rst-linter of README.rst
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell
args:
Expand All @@ -55,7 +55,7 @@ repos:
- --skip
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.13.0
rev: v9.17.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
Loading

0 comments on commit 208c840

Please sign in to comment.