You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2023/05/04 21:29:28 UTC

[allura] branch master updated (4ae926045 -> 623b8717d)

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


    from 4ae926045 [#8504] more inline event replacement
     add 4cef66c30 [#8509] removed pinned version of Markdown
     add 3e5b63e69 [#8509] Upgrade markdown 3.3.7 -> 3.4.3, and its deps: importlib-metadata,typing-extensions,zipp
     add f15723b7b [#8509] test and code updates related to Markdown
     new 623b8717d remove unnecessary ruff.toml exclude (default includes these and more)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Allura/allura/lib/markdown_extensions.py | 2 +-
 Allura/allura/tests/test_globals.py      | 5 +++--
 requirements.in                          | 2 +-
 requirements.txt                         | 4 ++--
 ruff.toml                                | 5 +----
 5 files changed, 8 insertions(+), 10 deletions(-)


[allura] 01/01: remove unnecessary ruff.toml exclude (default includes these and more)

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 623b8717d344b98546651d88bdb51407fb89de6a
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Thu May 4 21:28:52 2023 +0000

    remove unnecessary ruff.toml exclude (default includes these and more)
---
 ruff.toml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ruff.toml b/ruff.toml
index a381c3c03..e35e1c2cb 100644
--- a/ruff.toml
+++ b/ruff.toml
@@ -14,10 +14,7 @@
 #       KIND, either express or implied.  See the License for the
 #       specific language governing permissions and limitations
 #       under the License.
-exclude = [
-    '.git',
-    'node_modules',
-]
+
 per-file-ignores = {'__init__.py' = ['F403']}
 select = ['E', 'F', 'RUF100', 'W6', 'ISC001']
 ignore = [