Skip to content

Commit 6b58ed3

Browse files
authored
Merge branch 'main' into pyproject-guide
2 parents 54ac11c + a521247 commit 6b58ed3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.1.4
36+
rev: v0.1.5
3737
hooks:
3838
- id: ruff
3939
- id: ruff-format

source/news.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
News
22
====
33

4+
.. note:: This document is not currently updated. Previously, the document
5+
highlighted changes in Python packaging.
6+
7+
48
September 2019
59
--------------
610
- Added a guide about publishing dists via GitHub Actions. (:pr:`647`)

0 commit comments

Comments
 (0)