Skip to content

Commit 9e720d2

Browse files
committed
📦 Fix flake.nix
1 parent d9d65d2 commit 9e720d2

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.4
29+
rev: v2.2.5
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
3838
args:
3939
- --msg-filename
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 2.7.1
41+
rev: 2.7.2
4242
hooks:
4343
- id: editorconfig-checker
4444
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -63,7 +63,7 @@ repos:
6363
- mdformat-black
6464
- mdformat-config
6565
- repo: https://github.com/DavidAnson/markdownlint-cli2
66-
rev: v0.7.1
66+
rev: v0.8.1
6767
hooks:
6868
- id: markdownlint-cli2
6969
additional_dependencies:
@@ -74,7 +74,7 @@ repos:
7474
- id: update-CITATION.cff
7575
- id: update-pyproject.toml
7676
- repo: https://github.com/perltidy/perltidy
77-
rev: "20230309.02"
77+
rev: "20230309.04"
7878
hooks:
7979
- id: perltidy
8080
- repo: https://github.com/psf/black
@@ -92,7 +92,7 @@ repos:
9292
additional_dependencies:
9393
- tomli
9494
- repo: https://github.com/kumaraditya303/mirrors-pyright
95-
rev: v1.1.309
95+
rev: v1.1.316
9696
hooks:
9797
- id: pyright
9898
- repo: https://github.com/PyCQA/bandit

flake.lock

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
format = "pyproject";
1616
disabled = pythonOlder "3.6";
1717
propagatedBuildInputs = [
18-
setuptools
1918
ptpython
2019
ipython
2120
];
21+
nativeBuildInputs = [
22+
setuptools
23+
];
2224
pythonImportsCheck = [
2325
"repl_python_wakatime"
2426
];

0 commit comments

Comments
 (0)