Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: fix-encoding-pragma

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.1.11
hooks:
- id: insert-license
files: \.py$
Expand All @@ -27,7 +27,7 @@ repos:
- misc/license_header.txt
# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.1.11
hooks:
- id: remove-tabs

Expand All @@ -38,7 +38,7 @@ repos:
name: isort (python)

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
language_version: python3
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Repository

- Update `black` hook to v21.12b0
- Update `black` hook to v22.1.0
- Update `check-manifest` hook to v0.47
- Update `isort` hook to v5.10.1
- Update `flake8` hook to v4.0.1
- Update `pre-commit/pre-commit-hooks` to v4.1.0
- Update `Lucas-C/pre-commit-hooks` hook to v1.1.11
- Update `dangoslen/changelog-enforcer` GitHub action to v3
- Update `thomaseizinger/create-pull-request` GitHub action to v1.2.2
- Update `thomaseizinger/keep-a-changelog-new-release` GitHub action to v1.3.0
Expand Down