Skip to content

Commit 69b9614

Browse files
committed
bump
1 parent 23ffe4a commit 69b9614

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fail_fast: true
22
repos:
33
- repo: https://github.com/asottile/pyupgrade
4-
rev: v3.17.0
4+
rev: v3.19.0
55
hooks:
66
- id: pyupgrade
77
args:
@@ -15,12 +15,12 @@ repos:
1515
language_version: python3.10
1616

1717
- repo: https://github.com/abravalheri/validate-pyproject
18-
rev: v0.19
18+
rev: v0.23
1919
hooks:
2020
- id: validate-pyproject
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.11.1
23+
rev: v1.13.0
2424
hooks:
2525
- id: mypy
2626
verbose: true
@@ -93,7 +93,7 @@ repos:
9393
# - id: pydocstyle
9494

9595
- repo: https://github.com/executablebooks/mdformat
96-
rev: 0.7.17
96+
rev: 0.7.19
9797
hooks:
9898
- id: mdformat
9999
additional_dependencies:
@@ -148,7 +148,7 @@ repos:
148148
# ]
149149

150150
- repo: https://github.com/pre-commit/pre-commit-hooks
151-
rev: v4.6.0 # Use the ref you want to point at
151+
rev: v5.0.0 # Use the ref you want to point at
152152
hooks:
153153
- id: check-added-large-files
154154
name: check for added large files
@@ -190,7 +190,7 @@ repos:
190190
entry: check-executables-have-shebangs
191191
language: python
192192
types: [text, executable]
193-
stages: [commit, push, manual]
193+
stages: [pre-commit, pre-push, manual]
194194
- id: check-json
195195
name: check json
196196
description: checks json files for parseable syntax.
@@ -203,7 +203,7 @@ repos:
203203
entry: check-shebang-scripts-are-executable
204204
language: python
205205
types: [text]
206-
stages: [commit, push, manual]
206+
stages: [pre-commit, pre-push, manual]
207207
- id: pretty-format-json
208208
name: pretty format json
209209
description: sets a standard for formatting json files.
@@ -282,7 +282,7 @@ repos:
282282
entry: end-of-file-fixer
283283
language: python
284284
types: [text]
285-
stages: [commit, push, manual]
285+
stages: [pre-commit, pre-push, manual]
286286
- id: file-contents-sorter
287287
name: file contents sorter
288288
description: sorts the lines in specified files (defaults to alphabetical). you must provide list of target files as input in your .pre-commit-config.yaml file.
@@ -331,4 +331,4 @@ repos:
331331
entry: trailing-whitespace-fixer
332332
language: python
333333
types: [text]
334-
stages: [commit, push, manual]
334+
stages: [pre-commit, pre-push, manual]

apppath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__project__ = "Apppath"
77
__author__ = "Christian Heider Lindbjerg"
8-
__version__ = "1.0.8"
8+
__version__ = "1.0.9"
99
__doc__ = r"""
1010
Created on 27/04/2019
1111

0 commit comments

Comments
 (0)