Skip to content

Commit 4322898

Browse files
chore: update pre-commit hooks (#127)
* chore: update pre-commit hooks updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) * fix: Conda issue Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent cde00a7 commit 4322898

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.3.0
22+
rev: v4.4.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -48,7 +48,7 @@ repos:
4848

4949
# Upgrade older Python syntax
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.2.0
51+
rev: v3.2.2
5252
hooks:
5353
- id: pyupgrade
5454
args: ["--py36-plus"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python_example
66
| CI | status |
77
|----------------------|--------|
88
| Linux/macOS Travis | [![Travis-CI][travis-badge]][travis-link] |
9-
| MSVC 2015 | [![AppVeyor][appveyor-badge]][appveyor-link] |
9+
| MSVC 2019 | [![AppVeyor][appveyor-badge]][appveyor-link] |
1010
| conda.recipe | [![Conda Actions Status][actions-conda-badge]][actions-conda-link] |
1111
| pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
1212
| [`cibuildwheel`][] | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |

conda.recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source:
77

88
build:
99
number: 0
10-
script: python -m pip install . -vvv
10+
script: {{ PYTHON }} -m pip install . -vvv
1111

1212
requirements:
1313
build:
@@ -16,7 +16,7 @@ requirements:
1616
host:
1717
- python
1818
- pip
19-
- pybind11 >=2.6.0
19+
- pybind11 >=2.10.0
2020

2121
run:
2222
- python

0 commit comments

Comments
 (0)