Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nagareproject committed Jan 24, 2024
1 parent 1bab942 commit 84a63ab
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Encoding: utf-8

# --
# Copyright (c) 2008-2023 Net-ng.
# Copyright (c) 2008-2024 Net-ng.
# All rights reserved.
#
# This software is licensed under the BSD License, as described in
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.1.9"
rev: "v0.1.14"
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2023, Net-ng.
Copyright (c) 2008-2024, Net-ng.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ doc:
python -m sphinx.cmd.build -b html doc ${DOC_OUTPUT_DIR}

wheel:
python -m build -w

python -m pip wheel -w dist --no-deps .
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =-
# (C)opyright Net-ng 2023
# (C)opyright Net-ng 2008-2024
#
# This is Net-ng proprietary source code
# Any reproduction modification or use without prior written
Expand Down Expand Up @@ -38,7 +38,6 @@ dev = [
'pre-commit',
'ruff',
'pytest',
'build',
'twine',
]

Expand All @@ -48,9 +47,6 @@ Documentation = 'https://nagare.org/doc'
Source = 'https://github.com/nagareproject/services-reloader'
Tracker = 'https://github.com/nagareproject/services-reloader/issues'

[tool.distutils.bdist_wheel]
universal = true

[tool.ruff]
select = [
'C4',
Expand All @@ -76,13 +72,11 @@ src = ['src']

[tool.ruff.flake8-quotes]
inline-quotes = 'single'
multiline-quotes = 'double'

[tool.ruff.pydocstyle]
convention = 'google'

[tool.ruff.isort]
known-third-party = ['nagare']
length-sort = true

[tool.ruff.format]
Expand Down
2 changes: 1 addition & 1 deletion src/nagare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Encoding: utf-8

# --
# Copyright (c) 2008-2023 Net-ng.
# Copyright (c) 2008-2024 Net-ng.
# All rights reserved.
#
# This software is licensed under the BSD License, as described in
Expand Down
2 changes: 1 addition & 1 deletion src/nagare/services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Encoding: utf-8

# --
# Copyright (c) 2008-2023 Net-ng.
# Copyright (c) 2008-2024 Net-ng.
# All rights reserved.
#
# This software is licensed under the BSD License, as described in
Expand Down
3 changes: 2 additions & 1 deletion src/nagare/services/reloader.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --
# Copyright (c) 2008-2023 Net-ng.
# Copyright (c) 2008-2024 Net-ng.
# All rights reserved.
#
# This software is licensed under the BSD License, as described in
Expand All @@ -26,6 +26,7 @@
gevent = False

from webob import exc, multidict

from nagare import packaging
from nagare.services import plugin

Expand Down

0 comments on commit 84a63ab

Please sign in to comment.