Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a478af

Browse filesBrowse files
[pre-commit.ci] pre-commit autoupdate (empa-scientific-it#197)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1898d9 commit 4a478af
Copy full SHA for 4a478af

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
@@ -13,7 +13,7 @@ repos:
1313
- id: check-added-large-files
1414
args: [--maxkb=6000]
1515
- repo: https://github.com/pycqa/isort
16-
rev: 5.12.0
16+
rev: 5.13.2
1717
hooks:
1818
- id: isort
1919
args: [--profile, black, --filter-files]
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: autoflake
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.14.0
25+
rev: v3.15.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py38-plus]
2929
- repo: https://github.com/psf/black
30-
rev: 23.9.1
30+
rev: 23.12.1
3131
hooks:
3232
- id: black
3333
language_version: python3 # Should be a command that runs python3.6+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.