Skip to content

Commit

Permalink
feat: bump dev, add pre-commit, update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Sep 2, 2024
1 parent 3435f5a commit 47d7262
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
hooks:
- id: ruff
args: [ "--select", "I", "--fix" ]
- id: ruff-format
4 changes: 2 additions & 2 deletions man/man1/pylems.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH PYLEMS "1" "November 2021" "https://lems.github.io" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH PYLEMS "1" "September 2024" "https://lems.github.io" "User Commands"
.SH NAME
pylems \- LEMS interpreter implemented in Python
.SH DESCRIPTION
Expand Down
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = PyLEMS
version = 0.6.7
version = 0.6.8
author = PyLEMS authors and contributors
author_email = [email protected], [email protected]
maintainer_email = [email protected]
Expand Down Expand Up @@ -41,6 +41,10 @@ console_scripts =
doc =
sphinxcontrib-bibtex

dev =
pre-commit
ruff

[flake8]
# ignore:
# spacing around operators, comment blocks, in argument lists
Expand Down

0 comments on commit 47d7262

Please sign in to comment.