Skip to content

Commit 9b5c5e7

Browse files
committed
Update changelog for v1.0.2
1 parent fb9004b commit 9b5c5e7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## py-ggsci 1.0.2
4+
5+
### Linting
6+
7+
- Added ruff linter configuration to `pyproject.toml` with popular rule sets
8+
including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify,
9+
and isort (#36).
10+
- Fixed `ruff check` linting issues including UP006, UP015, UP032, B010,
11+
SIM108, SIM118, F401, and E501 (#36).
12+
313
## py-ggsci 1.0.1
414

515
### Maintenance

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## py-ggsci 1.0.2
4+
5+
### Linting
6+
7+
- Added ruff linter configuration to `pyproject.toml` with popular rule sets
8+
including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify,
9+
and isort (#36).
10+
- Fixed `ruff check` linting issues including UP006, UP015, UP032, B010,
11+
SIM108, SIM118, F401, and E501 (#36).
12+
313
## py-ggsci 1.0.1
414

515
### Maintenance

0 commit comments

Comments
 (0)