diff --git a/.circleci/config.yml b/.circleci/config.yml index 40018f6a9..2a731c8bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - CircleCI -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.codacy.yml b/.codacy.yml index 132ef9d16..9ea635f0a 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Codacy -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.codeclimate.yml b/.codeclimate.yml index f46ad9f42..659edce1b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Code Climate -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.coveragerc b/.coveragerc index 9b43cea82..e72d832aa 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Codecov -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,10 +18,12 @@ [run] omit = + .circleci/* .github/* data/* doc/* imgs/* + requirements/* tests/* trs/* utils/* diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1cd5db7fc..6a1cbe049 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Github: Sponsor button -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7a948ff4d..91030c0c3 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Pylint -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af4462436..6300f58b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Github Actions -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' diff --git a/.gitignore b/.gitignore index e4566a8d6..29eb936ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: .gitignore -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.sonarcloud.properties b/.sonarcloud.properties index d5d3a403c..a00141be9 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - SonarCloud -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # ---------------------------------------------------------------------- # Path to sources -sonar.sources=.github, utils, wordless +sonar.sources=.circleci, .github, utils, wordless # sonar.exclusions= # sonar.inclusions= @@ -33,4 +33,4 @@ sonar.sourceEncoding=UTF-8 # sonar.cpd.exclusions= # Python version (for python projects only) -sonar.python.version=3.9 +sonar.python.version=3.10 diff --git a/ACKS.md b/ACKS.md index ebc9126a7..74bbb1c0f 100644 --- a/ACKS.md +++ b/ACKS.md @@ -1,6 +1,6 @@