Skip to content

Commit 1a95ee9

Browse files
[pre-commit.ci] pre-commit autoupdate (HinodeXRT#201)
* [pre-commit.ci] pre-commit autoupdate 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/tox-dev/pyproject-fmt: 1.2.0 → 1.5.3](tox-dev/pyproject-fmt@1.2.0...1.5.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.6](astral-sh/ruff-pre-commit@v0.0.292...v0.1.6) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.11.0](macisamuele/language-formatters-pre-commit-hooks@v2.10.0...v2.11.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7180f57 commit 1a95ee9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-ast
1111
- id: trailing-whitespace
@@ -21,12 +21,12 @@ repos:
2121
- id: check-yaml
2222

2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: 1.2.0
24+
rev: 1.5.3
2525
hooks:
2626
- id: pyproject-fmt
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.0.292
29+
rev: v0.1.6
3030
hooks:
3131
- id: ruff
3232
args: [--fix]
@@ -43,12 +43,12 @@ repos:
4343
- python
4444

4545
- repo: https://github.com/psf/black
46-
rev: 23.9.1
46+
rev: 23.11.0
4747
hooks:
4848
- id: black
4949

5050
- repo: https://github.com/nbQA-dev/nbQA
51-
rev: 1.7.0
51+
rev: 1.7.1
5252
hooks:
5353
- id: nbqa-black
5454
additional_dependencies:
@@ -62,7 +62,7 @@ repos:
6262
- --nbqa-mutate
6363

6464
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
65-
rev: v2.10.0
65+
rev: v2.11.0
6666
hooks:
6767
- id: pretty-format-ini
6868
args: [--autofix]
@@ -84,7 +84,7 @@ repos:
8484
- tomli
8585

8686
- repo: https://github.com/asottile/pyupgrade
87-
rev: v3.13.0
87+
rev: v3.15.0
8888
hooks:
8989
- id: pyupgrade
9090
args: [--keep-runtime-typing, --py39-plus]

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ tne,
5959
ue
6060
"""
6161

62-
[tool.gilesbot]
63-
64-
[tool.gilesbot.pull_requests]
65-
enabled = true
66-
6762
[tool.towncrier]
6863
package = "xrtpy"
6964
name = "XRTpy"
@@ -102,3 +97,8 @@ showcontent = true
10297
directory = "trivial"
10398
name = "Trivial/Internal Changes"
10499
showcontent = true
100+
101+
[tool.gilesbot]
102+
103+
[tool.gilesbot.pull_requests]
104+
enabled = true

0 commit comments

Comments
 (0)