-
-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: python-jsonschema/jsonschema-specifications
base: v2023.06.1
head repository: python-jsonschema/jsonschema-specifications
compare: v2023.07.1
- 8 commits
- 4 files changed
- 2 contributors
Commits on Jul 3, 2023
-
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276)
Configuration menu - View commit details
-
Copy full SHA for d98efa7 - Browse repository at this point
Copy the full SHA d98efa7View commit details -
Merge pull request #8 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for d0d392e - Browse repository at this point
Copy the full SHA d0d392eView commit details
Commits on Jul 10, 2023
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
Configuration menu - View commit details
-
Copy full SHA for 07e4fcf - Browse repository at this point
Copy the full SHA 07e4fcfView commit details
Commits on Jul 13, 2023
-
Merge pull request #9 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for e8e7071 - Browse repository at this point
Copy the full SHA e8e7071View commit details
Commits on Jul 17, 2023
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.277...v0.0.278) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
Configuration menu - View commit details
-
Copy full SHA for 4d9b6d1 - Browse repository at this point
Copy the full SHA 4d9b6d1View commit details
Commits on Jul 18, 2023
-
Merge pull request #11 from python-jsonschema/pre-commit-ci-update-co…
…nfig [pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 4674270 - Browse repository at this point
Copy the full SHA 4674270View commit details -
Configuration menu - View commit details
-
Copy full SHA for beda0e5 - Browse repository at this point
Copy the full SHA beda0e5View commit details -
Don't use nox.session.create_tmp.
It's basically a footgun, in that it: * doesn't create a pseudorandom temporary directory, it just gives you the path 'tmp/' * thereby then doesn't create separate directories if you call it multiple times * mutates the global (shell) environment state by setting TMPDIR to this 'new' directory so other processes can now 'accidentally' end up sticking things in it (In particular I was really confused how/why non-distribution files were being plopped into my python -m build's outdir, but it was because TMPDIR was sticking around)Configuration menu - View commit details
-
Copy full SHA for c22c205 - Browse repository at this point
Copy the full SHA c22c205View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2023.06.1...v2023.07.1