Skip to content

Commit

Permalink
CI: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Oct 19, 2023
1 parent 24f2131 commit d7b0ba2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,30 @@ fail_fast: false
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-yaml
args: [ --allow-multiple-documents, --unsafe ]
- id: check-xml
- id: check-added-large-files
args: [ '--maxkb=1600' ]
- id: debug-statements
- id: check-merge-conflict

- repo: 'https://github.com/pycqa/flake8'
rev: 6.0.0
- repo: 'https://github.com/PyCQA/flake8'
rev: 6.1.0
hooks:
- id: flake8

- repo: 'https://github.com/psf/black'
rev: 22.10.0
rev: 23.10.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.0
- repo: https://github.com/pycqa/isort
rev: 5.11.5
hooks:
- id: isort
args: [ --filter-files ]
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.20.5 (2023-MM-DD)

- CI: Update pre-commit hooks

## 0.20.4 (2023-09-26)

- FIX: Don't collocate a raster on itself
Expand Down

0 comments on commit d7b0ba2

Please sign in to comment.