Skip to content

Commit

Permalink
📦 Fix flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 13, 2023
1 parent d9d65d2 commit 9e720d2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -38,7 +38,7 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.1
rev: 2.7.2
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -63,7 +63,7 @@ repos:
- mdformat-black
- mdformat-config
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.7.1
rev: v0.8.1
hooks:
- id: markdownlint-cli2
additional_dependencies:
Expand All @@ -74,7 +74,7 @@ repos:
- id: update-CITATION.cff
- id: update-pyproject.toml
- repo: https://github.com/perltidy/perltidy
rev: "20230309.02"
rev: "20230309.04"
hooks:
- id: perltidy
- repo: https://github.com/psf/black
Expand All @@ -92,7 +92,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.309
rev: v1.1.316
hooks:
- id: pyright
- repo: https://github.com/PyCQA/bandit
Expand Down
30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
format = "pyproject";
disabled = pythonOlder "3.6";
propagatedBuildInputs = [
setuptools
ptpython
ipython
];
nativeBuildInputs = [
setuptools
];
pythonImportsCheck = [
"repl_python_wakatime"
];
Expand Down

0 comments on commit 9e720d2

Please sign in to comment.