Commit Graph

2318 Commits

Author SHA1 Message Date
Anthony Sottile
b92fe01755 force the -p branch to run for language: python under test 2022-12-10 23:33:20 -05:00
Anthony Sottile
92c70766fd fix rust coverage on windows
it's a complete mystery why this isn't needed on other platforms, the branch is legitimately uncovered there
2022-12-06 17:36:57 -05:00
Anthony Sottile
0b45ecc8a4 remove python 2.x cross version tests 2022-12-06 17:36:57 -05:00
Anthony Sottile
46c64efd9d update .net framework target 2022-12-06 15:00:06 -05:00
Anthony Sottile
6c524f7a55 fix rust platform detection on windows 2022-12-06 13:10:12 -05:00
Anthony Sottile
5becd50974 update swift for jammy 2022-12-06 13:06:23 -05:00
Anthony Sottile
cb0bcfd67f Merge pull request #2618 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-11-28 18:43:03 -08:00
pre-commit-ci[bot]
df7bcf78c3 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0)
2022-11-29 01:09:52 +00:00
Anthony Sottile
50c217964b remove obsolete comment 2022-11-27 16:30:58 -05:00
Anthony Sottile
46f7117753 Merge pull request #2601 from pre-commit/all-repos_autofix_no-implicit-optional
remove no_implicit_optional
2022-11-22 08:41:28 -05:00
Anthony Sottile
5698781c78 Merge pull request #2608 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-11-21 19:57:42 -05:00
pre-commit-ci[bot]
391d05e2f3 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](https://github.com/pre-commit/mirrors-mypy/compare/v0.990...v0.991)
2022-11-21 23:11:57 +00:00
Anthony Sottile
318296d8c5 remove no_implicit_optional
this is the default in mypy 0.990

Committed via https://github.com/asottile/all-repos
2022-11-16 19:19:49 -05:00
Anthony Sottile
6a661f8453 Merge pull request #2595 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-11-16 19:07:27 -05:00
pre-commit-ci[bot]
371b4fc1fd [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](https://github.com/pre-commit/mirrors-mypy/compare/v0.982...v0.990)
2022-11-14 23:36:47 +00:00
Anthony Sottile
1f59f4cba8 Merge pull request #2590 from m-rsha/add-no-ext-diff
Add `--no-ext-diff` to `git diff` call
2022-11-10 21:55:56 -05:00
marsha
4399c2dbc6 Add --no-ext-diff to git diff call 2022-11-10 20:09:56 -06:00
Anthony Sottile
5009f57279 Merge pull request #2576 from mishaschwartz/update-ruby-build-binary
Update ruby-build to 20220710 to ensure that the correct openssl version is used
2022-11-07 20:20:11 -05:00
mishaschwartz
97ad4f89ec ruby: update ruby-build to 20220710 to ensure that the correct openssl version is used 2022-11-07 18:39:24 -05:00
Anthony Sottile
3ca9ea7b98 Merge pull request #2580 from m-rsha/diff-filter
Change `intent_to_add_files` from using `git status` to `git diff`
2022-11-02 20:30:01 -04:00
marsha
4bca29ee2c Change intent_to_add_files from using git status to git diff 2022-11-02 18:59:36 -05:00
Anthony Sottile
5840635baa Merge pull request #2573 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-10-31 16:32:48 -07:00
pre-commit-ci[bot]
3b3cf8c1f1 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/setup-cfg-fmt: v2.1.0 → v2.2.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.1.0...v2.2.0)
- [github.com/asottile/reorder_python_imports: v3.8.5 → v3.9.0](https://github.com/asottile/reorder_python_imports/compare/v3.8.5...v3.9.0)
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0)
- [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.7.0...v2.0.0)
2022-10-31 23:27:34 +00:00
Anthony Sottile
0827de1864 Merge pull request #2569 from m-rsha/cmd-retcode-to-check
Change `cmd_output_b`s `retcode` arg to a boolean `check`
2022-10-30 14:24:10 -07:00
marsha
42102a1bfd Remove expected_returncode from CalledProcessError 2022-10-30 15:31:45 -05:00
marsha
84b38f7b89 Change cmd_output_bs retcode arg to a boolean check 2022-10-30 14:49:42 -05:00
Anthony Sottile
71925c47ea Merge pull request #2568 from m-rsha/cargler-bargler
Change Rust to install environment with `cargo add` over `toml`
2022-10-28 23:13:36 -04:00
marsha
e703982de4 Change Rust to install environment with cargo add over toml 2022-10-28 21:32:52 -05:00
Anthony Sottile
5c9e844104 Merge pull request #2564 from mattp-/main
allow GIT_ASKPASS as a pass through env var
2022-10-27 16:39:14 -04:00
Matt Phillips
8ebb7ae2f5 add GIT_ASKPASS as a passthrough env var
documented via man gitcredentials,  it is used to provide a script/input
for git to fetch creds in a no-tty usecase.
used among other things by jenkins to pass credentials down to git for
authentication.

1e3488a730/README.adoc (git-bindings)
9429e7d05d/src/main/java/jenkins/plugins/git/GitUsernamePasswordBinding.java (L130)
2022-10-27 15:55:31 -04:00
Anthony Sottile
7ac2dbeee0 Merge pull request #2555 from pre-commit/fix-tests
fix tests for submodules for CVE-2022-39253
2022-10-22 15:06:31 -07:00
Anthony Sottile
0fe7a0baa6 Merge pull request #2460 from lorenzwalthert/binary-additional-deps
Enforce binary installs also for dependencies in R
2022-10-22 11:28:13 -07:00
Anthony Sottile
bc96b0bcf6 fix tests for submodules for CVE-2022-39253 2022-10-22 09:34:43 -07:00
Anthony Sottile
0239b27f4f Merge pull request #2552 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-10-17 19:32:11 -04:00
pre-commit-ci[bot]
f9532fb59a [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.1.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.0.0...v2.1.0)
- [github.com/asottile/reorder_python_imports: v3.8.4 → v3.8.5](https://github.com/asottile/reorder_python_imports/compare/v3.8.4...v3.8.5)
2022-10-17 23:10:12 +00:00
Anthony Sottile
529b1a60e9 Merge pull request #2534 from Holzhaus/rust-as-1st-class-language
Rust as 1st class language
2022-10-10 17:35:21 -07:00
Jan Holthuis
eb469c756d Rust as 1st class language 2022-10-10 20:05:36 -04:00
Anthony Sottile
cd38fa3507 Merge pull request #2547 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-10-10 17:03:25 -07:00
pre-commit-ci[bot]
3d4f6db2a0 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.4](https://github.com/asottile/reorder_python_imports/compare/v3.8.3...v3.8.4)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](https://github.com/pre-commit/mirrors-mypy/compare/v0.981...v0.982)
2022-10-10 23:49:52 +00:00
Anthony Sottile
028efcbd87 Merge pull request #2539 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-10-03 19:13:54 -04:00
pre-commit-ci[bot]
68be295b75 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v0.981)
2022-10-03 22:51:41 +00:00
Anthony Sottile
495b5991cf "yes" is not a valid search 2022-09-29 16:51:19 -04:00
Anthony Sottile
653d15504e Merge pull request #2528 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-09-26 19:21:58 -04:00
Anthony Sottile
3610087fab Merge pull request #2527 from chrisRedwine/remove-extraneous-raw-string-literal
remove extraneous raw string literal in test
2022-09-26 18:59:37 -04:00
pre-commit-ci[bot]
404f2dccd5 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](https://github.com/asottile/reorder_python_imports/compare/v3.8.2...v3.8.3)
- [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](https://github.com/asottile/add-trailing-comma/compare/v2.2.3...v2.3.0)
- [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](https://github.com/asottile/pyupgrade/compare/v2.38.0...v2.38.2)
2022-09-26 22:58:40 +00:00
chrisRedwine
6d5de9feaf remove extraneous raw string literal in test 2022-09-26 17:53:14 -05:00
Anthony Sottile
102fbb21ce Merge pull request #2524 from chrisRedwine/fix-local-regex-warnings
extend warning if globs are used instead of regex to local hooks
2022-09-26 12:52:13 -04:00
chrisRedwine
a95f488e71 extend warning if globs are used instead of regex to local hooks 2022-09-25 11:56:04 -05:00
Anthony Sottile
b1de3338ef Merge pull request #2519 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-09-19 18:35:13 -05:00
pre-commit-ci[bot]
fb608ee1b4 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0)
2022-09-19 22:48:22 +00:00